Skip to content

Commit

Permalink
Disable foreground-shutdown test on Windows (#85936)
Browse files Browse the repository at this point in the history
This test has failed across many configurations, but apparently only
on Windows. Tracked by #84006,
#83658.
  • Loading branch information
BruceForstall committed May 9, 2023
1 parent a442971 commit eaa7ae1
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 @@ -239,6 +239,9 @@

<!-- 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 -->
Expand Down

0 comments on commit eaa7ae1

Please sign in to comment.