Commit 5c9447d
authored
[tests] mark hanging test fixture [NonParallelizable] (#4621)
Hanging test prints:
[TESTLOG] Test CheckClassIsReplacedWithMd5 Outcome=Passed
This started happening since 835c59b, but I don't see how that
commit would cause a hang.
Working build (https://build.azdo.io/3669040) prints this after
`CheckClassIsReplacedWithMd5`:
=> Xamarin.Android.Build.Tests.ResolveSdksTaskTests.LatestTFV_OldTargetSdkVersion
After adding logging, etc. I couldn't figure out if this was a bug in
NUnit or our tests. Adding `[NonParallelizable]` for the entire
`ResolveSdksTaskTests` test fixture class seems to solve the hang, so
we should just go with this for now.1 parent d3e0fc8 commit 5c9447d
File tree
1 file changed
+1
-1
lines changed- src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Tasks
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments