Skip to content

Commit

Permalink
Disable stackoverflowtester test for win-x86
Browse files Browse the repository at this point in the history
Tracking: dotnet#84911
  • Loading branch information
BruceForstall committed Jul 18, 2023
1 parent 4ebb3ea commit 970bb90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@

<!-- Windows x86 specific excludes -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetArchitecture)' == 'x86' and '$(TargetsWindows)' == 'true' and '$(RuntimeFlavor)' == 'coreclr'">
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/stackoverflow/stackoverflowtester/*">
<Issue>https://github.com/dotnet/runtime/issues/84911</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/LargeMemory/Allocation/largeexceptiontest/*">
<Issue>https://github.com/dotnet/runtime/issues/5200 Test is useful to have because it can be run manually when making changes to the GC that can have effects in OOM scenarios, but not appropriate to run on our current test infrastructure.</Issue>
</ExcludeList>
Expand Down

0 comments on commit 970bb90

Please sign in to comment.