diff --git a/src/libraries/System.Threading.Tasks/tests/Task/TaskContinueWithTests.cs b/src/libraries/System.Threading.Tasks/tests/Task/TaskContinueWithTests.cs index 11d2e326bcc6f..4658e185d4db9 100644 --- a/src/libraries/System.Threading.Tasks/tests/Task/TaskContinueWithTests.cs +++ b/src/libraries/System.Threading.Tasks/tests/Task/TaskContinueWithTests.cs @@ -41,8 +41,8 @@ public static void RunContinueWithAsyncStateCheckTests() // Stresses on multiple continuations from a single antecedent [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] - [SkipOnCoreClr("Test timing out: https://github.com/dotnet/runtime/issues/2271", ~RuntimeConfiguration.Release)] - [ActiveIssue("https://github.com/dotnet/runtime/issues/2271")] + [SkipOnCoreClr("Stress test", ~RuntimeConfiguration.Release)] + [SkipOnMono("Stress test")] public static void RunContinueWithStressTestsNoState() { int numIterations = 3;