Skip to content

Commit 6c72db8

Browse files
Run System.Collections instead of System.Runtime tests (#65044)
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.
1 parent 32111e1 commit 6c72db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/tests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
<ItemGroup Condition="'$(TestNativeAot)' == 'true'">
369369
<!-- Run only a small randomly chosen set of passing test suites -->
370370
<ProjectExclusions Include="$(MSBuildThisFileDirectory)*\tests\**\*.Tests.csproj" />
371-
<ProjectExclusions Remove="$(MSBuildThisFileDirectory)System.Runtime\tests\System.Runtime.Tests.csproj" />
371+
<ProjectExclusions Remove="$(MSBuildThisFileDirectory)System.Collections\tests\System.Collections.Tests.csproj" />
372372
</ItemGroup>
373373

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

0 commit comments

Comments
 (0)