Skip to content

Commit dec20cd

Browse files
authored
disable newly added threading test. (#116106)
1 parent 35cb2d7 commit dec20cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
<ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/regressions/2164/foreground-shutdown/*">
3131
<Issue>https://github.com/dotnet/runtime/issues/83658</Issue>
3232
</ExcludeList>
33+
<ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/regressions/115178/115178/*">
34+
<Issue>https://github.com/dotnet/runtime/issues/116060</Issue>
35+
</ExcludeList>
3336
<ExcludeList Include="$(XunitTestBinBase)/GC/Coverage/271010/**">
3437
<Issue>https://github.com/dotnet/runtime/issues/5933</Issue>
3538
</ExcludeList>

0 commit comments

Comments
 (0)