Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] BuildLibraryWhichUsesResources should be NonParallelizable (#…
…4979) Context: https://build.azdo.io/3947655 Since 396aca1 switched the `Xamarin.Android.Build.Tests.BuildTest.BuildLibraryWhichUsesResources` test to use AndroidX, it has been randomly failing with: (Restore target) -> /Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/msbuild/Current/bin/NuGet.targets(124,5): error : Could not find file '/Users/runner/work/1/s/packages/xamarin.androidx.migration/1.0.0.1/c0hredtr.mkk'. I think this is happening because the test is parameterized and AndroidX has a large dependency tree. `[NonParallelizable]` should solve the issue.
- Loading branch information