Skip to content

Commit

Permalink
Disable RunContinueWithStressTestsNoState test on checked coreclr (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
safern committed Feb 5, 2020
1 parent 4352d7c commit 628e111
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 628e111

Please sign in to comment.