Skip to content

Commit 5bd322b

Browse files
authored
Change how a task stress test is disabled (#80981)
1 parent b9d5da5 commit 5bd322b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libraries/System.Threading.Tasks/tests/Task/TaskContinueWithTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public static void RunContinueWithAsyncStateCheckTests()
4141

4242
// Stresses on multiple continuations from a single antecedent
4343
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
44-
[SkipOnCoreClr("Test timing out: https://github.com/dotnet/runtime/issues/2271", ~RuntimeConfiguration.Release)]
45-
[ActiveIssue("https://github.com/dotnet/runtime/issues/2271")]
44+
[SkipOnCoreClr("Stress test", ~RuntimeConfiguration.Release)]
45+
[SkipOnMono("Stress test")]
4646
public static void RunContinueWithStressTestsNoState()
4747
{
4848
int numIterations = 3;

0 commit comments

Comments
 (0)