Mark b311420 test GC Stress incompatible on all platforms (#72444)
authorJakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
Wed, 20 Jul 2022 14:15:19 +0000 (16:15 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Jul 2022 14:15:19 +0000 (16:15 +0200)
Fix #71593

src/tests/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420.csproj

index c6722d9..bb406ac 100644 (file)
@@ -2,7 +2,7 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <!-- NOTE: this test simply takes too long to complete under GC stress; it is not fundamentally incompatible -->
-    <GCStressIncompatible Condition="'$(TargetArchitecture)' == 'x86'">true</GCStressIncompatible>
+    <GCStressIncompatible>true</GCStressIncompatible>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <PropertyGroup>