Skip to content

Commit 8e9222b

Browse files
Disable stackoverflowtester test for win-x86 (#89062)
Tracking: #84911
1 parent 68242c7 commit 8e9222b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

+3
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@
268268

269269
<!-- Windows x86 specific excludes -->
270270
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetArchitecture)' == 'x86' and '$(TargetsWindows)' == 'true' and '$(RuntimeFlavor)' == 'coreclr'">
271+
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/stackoverflow/stackoverflowtester/*">
272+
<Issue>https://github.com/dotnet/runtime/issues/84911</Issue>
273+
</ExcludeList>
271274
<ExcludeList Include="$(XunitTestBinBase)/GC/LargeMemory/Allocation/largeexceptiontest/*">
272275
<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>
273276
</ExcludeList>

0 commit comments

Comments
 (0)