From cb18f3ff174f9253be3aeaf1eb3d48de3446ec83 Mon Sep 17 00:00:00 2001 From: Maxim Lipnin Date: Mon, 13 Jul 2020 13:32:24 +0300 Subject: [PATCH 1/2] [wasm] Enable System.Net.Http.Unit test suite --- .../System.Net.Http/tests/UnitTests/DigestAuthenticationTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Net.Http/tests/UnitTests/DigestAuthenticationTests.cs b/src/libraries/System.Net.Http/tests/UnitTests/DigestAuthenticationTests.cs index a4f39be36cc57d..036aa2bba8aaf3 100644 --- a/src/libraries/System.Net.Http/tests/UnitTests/DigestAuthenticationTests.cs +++ b/src/libraries/System.Net.Http/tests/UnitTests/DigestAuthenticationTests.cs @@ -8,6 +8,7 @@ namespace System.Net.Http.Tests { + [SkipOnMono("System.Security.Cryptography is not supported on Browser, see https://github.com/dotnet/runtime/pull/38379", TestPlatforms.Browser)] public class DigestAuthenticationTests { private static readonly List s_keyListWithCountTwo = new List { "key1", "key2" }; From 408b6576a68b5dd591f9e19949472da47de79eb6 Mon Sep 17 00:00:00 2001 From: Maxim Lipnin Date: Mon, 13 Jul 2020 13:57:31 +0300 Subject: [PATCH 2/2] Remove System.Net.Http.Unit test project from the exclusion list --- src/libraries/tests.proj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 29a5714bb80372..610cf5aaa14066 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -45,7 +45,6 @@ -