Disable foreground-shutdown test on Windows (#85936)
authorBruce Forstall <brucefo@microsoft.com>
Tue, 9 May 2023 11:05:38 +0000 (04:05 -0700)
committerGitHub <noreply@github.com>
Tue, 9 May 2023 11:05:38 +0000 (13:05 +0200)
This test has failed across many configurations, but apparently only
on Windows. Tracked by https://github.com/dotnet/runtime/issues/84006,
https://github.com/dotnet/runtime/issues/83658.

src/tests/issues.targets

index d4b3f62..3c72b4f 100644 (file)
 
     <!-- Windows all architecture excludes -->
     <ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetsWindows)' == 'true' and '$(RuntimeFlavor)' == 'coreclr'">
+        <ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/regressions/2164/foreground-shutdown/*">
+            <Issue>https://github.com/dotnet/runtime/issues/84006</Issue>
+        </ExcludeList>
     </ItemGroup>
 
     <!-- Windows x64 specific excludes -->