Skip to content

Commit 52f9867

Browse files
Disable failing test for GCStress. (#50828)
1 parent 2b09eb6 commit 52f9867

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/baseservices/threading/threadpool/unregister/regression_749068.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<CLRTestPriority>1</CLRTestPriority>
5+
<!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/13453 -->
6+
<GCStressIncompatible>true</GCStressIncompatible>
57
</PropertyGroup>
68
<ItemGroup>
79
<Compile Include="regression_749068.cs" />

0 commit comments

Comments
 (0)