From 107eef706aa342008d0758706778a6e46219b98d Mon Sep 17 00:00:00 2001 From: Kenneth Pouncey Date: Thu, 30 Jul 2020 15:57:52 +0200 Subject: [PATCH 1/2] [browser][tests] Deactivate marshal tests as they are flaky right now. --- .../System.Runtime.InteropServices.JavaScript.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.Tests.csproj b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.Tests.csproj index b38835cd91f7b8..a7cf453b80e4fc 100644 --- a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.Tests.csproj +++ b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.Tests.csproj @@ -13,7 +13,7 @@ - + From 8b639907e9232b3ded84658546a23ef586794952 Mon Sep 17 00:00:00 2001 From: Kenneth Pouncey Date: Thu, 30 Jul 2020 16:04:05 +0200 Subject: [PATCH 2/2] Use active issue instead --- .../System.Runtime.InteropServices.JavaScript.Tests.csproj | 2 +- .../System/Runtime/InteropServices/JavaScript/MarshalTests.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.Tests.csproj b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.Tests.csproj index a7cf453b80e4fc..b38835cd91f7b8 100644 --- a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.Tests.csproj +++ b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/MarshalTests.cs b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/MarshalTests.cs index 68f16e673f194d..b9f4ed73cfb803 100644 --- a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/MarshalTests.cs +++ b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/MarshalTests.cs @@ -7,6 +7,7 @@ namespace System.Runtime.InteropServices.JavaScript.Tests { + [ActiveIssue("https://github.com/dotnet/runtime/issues/40112")] public static class MarshalTests { [Fact]