Skip to content

Commit

Permalink
Run System.Collections instead of System.Runtime tests (#65044)
Browse files Browse the repository at this point in the history
The newly added NativeAOT libraries testing is very unstable. System.Collections are probably a less intense test, so run that one instead.

This will of course be revisited since we want to run more libraries tests but I want to stop turning people's PR's red.

If this is not sufficient, we'll have to pull the entire leg until it's root caused.
  • Loading branch information
MichalStrehovsky authored Feb 9, 2022
1 parent 32111e1 commit 6c72db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
<ItemGroup Condition="'$(TestNativeAot)' == 'true'">
<!-- Run only a small randomly chosen set of passing test suites -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)*\tests\**\*.Tests.csproj" />
<ProjectExclusions Remove="$(MSBuildThisFileDirectory)System.Runtime\tests\System.Runtime.Tests.csproj" />
<ProjectExclusions Remove="$(MSBuildThisFileDirectory)System.Collections\tests\System.Collections.Tests.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(RunSmokeTestsOnly)' == 'true'">
Expand Down

0 comments on commit 6c72db8

Please sign in to comment.