We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b09eb6 commit 52f9867Copy full SHA for 52f9867
src/tests/baseservices/threading/threadpool/unregister/regression_749068.csproj
@@ -2,6 +2,8 @@
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
<CLRTestPriority>1</CLRTestPriority>
5
+ <!-- Disable for GCStress due to test failure: https://github.com/dotnet/runtime/issues/13453 -->
6
+ <GCStressIncompatible>true</GCStressIncompatible>
7
</PropertyGroup>
8
<ItemGroup>
9
<Compile Include="regression_749068.cs" />
0 commit comments