We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d5da5 commit 5bd322bCopy full SHA for 5bd322b
src/libraries/System.Threading.Tasks/tests/Task/TaskContinueWithTests.cs
@@ -41,8 +41,8 @@ public static void RunContinueWithAsyncStateCheckTests()
41
42
// Stresses on multiple continuations from a single antecedent
43
[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")]
+ [SkipOnCoreClr("Stress test", ~RuntimeConfiguration.Release)]
+ [SkipOnMono("Stress test")]
46
public static void RunContinueWithStressTestsNoState()
47
{
48
int numIterations = 3;
0 commit comments