From e38dfe7b32ab7d18df6b6c92eada374060b2babc Mon Sep 17 00:00:00 2001 From: pavelsavara Date: Thu, 13 Jul 2023 15:30:42 +0200 Subject: [PATCH] revert active issue https://github.com/dotnet/runtime/pull/88728 --- .../Runtime/InteropServices/JavaScript/JSImportExportTest.cs | 1 + 1 file changed, 1 insertion(+) 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 96b5835a31a0f..a341f3cfda87c 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 @@ -1505,6 +1505,7 @@ public async Task JsImportSleep() } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/77334")] public async Task JsImportTaskTypes() { for(int i=0;i<100;i++)