Skip to content

Commit

Permalink
Change how a task stress test is disabled (#80981)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub committed Jan 22, 2023
1 parent b9d5da5 commit 5bd322b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5bd322b

Please sign in to comment.