Skip to content

Commit

Permalink
Update SkipOnCoreClr in RunContinueWithStressTestsNoState test (#31826)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Feb 6, 2020
1 parent 2c5e08a commit d491056
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +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")]
[SkipOnCoreClr("Test timing out: https://github.com/dotnet/runtime/issues/2271", RuntimeTestModes.CheckedRuntime)]
public static void RunContinueWithStressTestsNoState()
{
int numIterations = 3;
Expand Down

0 comments on commit d491056

Please sign in to comment.