From f38b5590810a87e64ba3082a9eec5fb6d990aece Mon Sep 17 00:00:00 2001 From: pavelsavara Date: Mon, 15 Apr 2024 21:38:54 +0200 Subject: [PATCH] https://github.com/dotnet/runtime/issues/100931 --- .../InteropServices/JavaScript/WebWorkerTest.WebSocket.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/WebWorkerTest.WebSocket.cs b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/WebWorkerTest.WebSocket.cs index 096259d8a0bce..10153ee995ecc 100644 --- a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/WebWorkerTest.WebSocket.cs +++ b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/WebWorkerTest.WebSocket.cs @@ -39,7 +39,6 @@ await executor.Execute(async () => [Theory, MemberData(nameof(GetTargetThreads2x))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/100931")] public async Task WebSocketClient_ResponseCloseInDifferentThread(Executor executor1, Executor executor2) { using var cts = CreateTestCaseTimeoutSource();