Disable stackoverflowtester test for win-x86 (#89062)
authorBruce Forstall <brucefo@microsoft.com>
Tue, 18 Jul 2023 02:53:18 +0000 (19:53 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 02:53:18 +0000 (22:53 -0400)
Tracking: https://github.com/dotnet/runtime/issues/84911

src/tests/issues.targets

index a97866b..10155d4 100644 (file)
 
     <!-- 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>