diff --git a/src/libraries/System.Net.Requests/tests/AssemblyInfo.cs b/src/libraries/System.Net.Requests/tests/AssemblyInfo.cs index f124e7754138ac..6c655e4a108e08 100644 --- a/src/libraries/System.Net.Requests/tests/AssemblyInfo.cs +++ b/src/libraries/System.Net.Requests/tests/AssemblyInfo.cs @@ -5,3 +5,4 @@ using Xunit; [assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/34690", TestPlatforms.Windows, TargetFrameworkMonikers.Netcoreapp, TestRuntimes.Mono)] +[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/38283", TestPlatforms.Browser)] diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 3cc20c7573109b..a183c3cedaf565 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -26,13 +26,10 @@ - - -