From 628e111ad224b6aa323a257896ca4ace5ef46852 Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Wed, 5 Feb 2020 05:26:39 -0800 Subject: [PATCH] Disable RunContinueWithStressTestsNoState test on checked coreclr (#31789) --- .../System.Threading.Tasks/tests/Task/TaskContinueWithTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Threading.Tasks/tests/Task/TaskContinueWithTests.cs b/src/libraries/System.Threading.Tasks/tests/Task/TaskContinueWithTests.cs index 905c4fd84f4ea..d26fac1ad650c 100644 --- a/src/libraries/System.Threading.Tasks/tests/Task/TaskContinueWithTests.cs +++ b/src/libraries/System.Threading.Tasks/tests/Task/TaskContinueWithTests.cs @@ -42,6 +42,7 @@ public static void RunContinueWithAsyncStateCheckTests() // Stresses on multiple continuations from a single antecedent [Fact] + [SkipOnCoreClr("Test timing out: https://github.com/dotnet/runtime/issues/2271")] public static void RunContinueWithStressTestsNoState() { int numIterations = 3;