Skip to content

Commit b2538c4

Browse files
authored
Enable. (#94517)
1 parent c422fca commit b2538c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/System.ComponentModel.EventBasedAsync/tests/BackgroundWorkerTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public async Task RunWorkerAsync_NoOnWorkHandler_SetsResultToNull()
9191

9292
private ManualResetEventSlim manualResetEvent3;
9393

94-
[ActiveIssue("https://github.com/dotnet/runtime/issues/94050", typeof(PlatformDetection), nameof(PlatformDetection.IsWasmThreadingSupported))]
9594
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
9695
public void TestCancelAsync()
9796
{

0 commit comments

Comments
 (0)