Skip to content

Commit

Permalink
keep ActiveIssue dotnet#91579
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara committed Nov 3, 2023
1 parent 91942dd commit 250d986
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ private static void OrderablePartitionerForEachPLRTest(

// Perform tests on various combinations of Stop()/Break()
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/91579", typeof(PlatformDetection), nameof(PlatformDetection.IsWasmThreadingSupported))]
public static void SimultaneousStopBreakTests()
{
//
Expand Down

0 comments on commit 250d986

Please sign in to comment.