From 2fdaae993894eb4d7d11fa562f7434f3774a417b Mon Sep 17 00:00:00 2001 From: Pavel Savara Date: Wed, 2 Aug 2023 19:07:17 +0200 Subject: [PATCH] remove active issue https://github.com/dotnet/runtime/issues/77334 (#89676) --- .../System/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 b55bc19..314c3e1 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 @@ namespace System.Runtime.InteropServices.JavaScript.Tests } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/77334")] public async Task JsImportTaskTypes() { for(int i=0;i<100;i++) -- 2.7.4