From 00d18521e5c970941b1a6f803fac6057a8b474db Mon Sep 17 00:00:00 2001 From: pavelsavara Date: Sat, 29 Jul 2023 18:52:48 +0200 Subject: [PATCH] remove active issue https://github.com/dotnet/runtime/issues/77334 --- .../Runtime/InteropServices/JavaScript/JSImportExportTest.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/JSImportExportTest.cs b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/JSImportExportTest.cs index b55bc194d43c5..314c3e190c335 100644 --- a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/JSImportExportTest.cs +++ b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/JSImportExportTest.cs @@ -1512,7 +1512,6 @@ public async Task JsImportSleep() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/77334")] public async Task JsImportTaskTypes() { for(int i=0;i<100;i++)