Skip to content

Commit 2000251

Browse files
authored
Temporarily disable the foreground-shutdown test (#92231)
Issue #83658 appears to be occurring on multiple platforms/architectures and is not understood yet.
1 parent 2f7276e commit 2000251

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
<ExcludeList Include="$(XunitTestBinBase)/baseservices/mono/runningmono/*">
3131
<Issue>This test is to verify we are running mono, and therefore only makes sense on mono.</Issue>
3232
</ExcludeList>
33+
<ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/regressions/2164/foreground-shutdown/*">
34+
<Issue>https://github.com/dotnet/runtime/issues/83658</Issue>
35+
</ExcludeList>
3336
<ExcludeList Include="$(XunitTestBinBase)/GC/Coverage/271010/**">
3437
<Issue>https://github.com/dotnet/runtime/issues/5933</Issue>
3538
</ExcludeList>
@@ -251,9 +254,6 @@
251254

252255
<!-- Windows all architecture excludes -->
253256
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetsWindows)' == 'true' and '$(RuntimeFlavor)' == 'coreclr'">
254-
<ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/regressions/2164/foreground-shutdown/*">
255-
<Issue>https://github.com/dotnet/runtime/issues/84006</Issue>
256-
</ExcludeList>
257257
</ItemGroup>
258258

259259
<!-- Windows x64 specific excludes -->

0 commit comments

Comments
 (0)