Update SkipOnCoreClr in RunContinueWithStressTestsNoState test (#31826)
authorSantiago Fernandez Madero <safern@microsoft.com>
Thu, 6 Feb 2020 00:17:28 +0000 (16:17 -0800)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2020 00:17:28 +0000 (16:17 -0800)
src/libraries/System.Threading.Tasks/tests/Task/TaskContinueWithTests.cs

index d26fac1..4d88dc2 100644 (file)
@@ -42,7 +42,7 @@ namespace System.Threading.Tasks.Tests
 
         // Stresses on multiple continuations from a single antecedent
         [Fact]
-        [SkipOnCoreClr("Test timing out: https://github.com/dotnet/runtime/issues/2271")]
+        [SkipOnCoreClr("Test timing out: https://github.com/dotnet/runtime/issues/2271", RuntimeTestModes.CheckedRuntime)]
         public static void RunContinueWithStressTestsNoState()
         {
             int numIterations = 3;