Mark new test as incompatible with GC Mark4781_1GcStressIncompatible (#56739)
authorAndy Ayers <andya@microsoft.com>
Tue, 3 Aug 2021 16:30:43 +0000 (09:30 -0700)
committerGitHub <noreply@github.com>
Tue, 3 Aug 2021 16:30:43 +0000 (09:30 -0700)
This test relies on triggering GC at an exact point.

Closes #56704.

src/tests/JIT/Regression/JitBlue/Runtime_4781/Runtime_4781_1.csproj

index f3e1cbd..7052da0 100644 (file)
@@ -5,6 +5,7 @@
   <PropertyGroup>
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
+    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />