From 4f608493ea77c2d9a03ac83461b237c28cbaa72f Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Wed, 8 Jul 2020 13:02:30 -0400 Subject: [PATCH] [Wasm] Skip System.IO.Compression.Brotli tests b/c the library is PNSE --- .../System.IO.Compression.Brotli/tests/AssemblyInfo.cs | 7 +++++++ .../tests/System.IO.Compression.Brotli.Tests.csproj | 3 ++- src/libraries/tests.proj | 2 -- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 src/libraries/System.IO.Compression.Brotli/tests/AssemblyInfo.cs diff --git a/src/libraries/System.IO.Compression.Brotli/tests/AssemblyInfo.cs b/src/libraries/System.IO.Compression.Brotli/tests/AssemblyInfo.cs new file mode 100644 index 00000000000000..1038dc251cb5b3 --- /dev/null +++ b/src/libraries/System.IO.Compression.Brotli/tests/AssemblyInfo.cs @@ -0,0 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; +using Xunit; + +[assembly: SkipOnMono("System.IO.Compression.Brotli is not supported on Browser", TestPlatforms.Browser)] diff --git a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj index d45b0875d55af0..31950ce9235bb9 100644 --- a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj +++ b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj @@ -1,8 +1,9 @@ - $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix + $(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Browser + diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 540ec8a56987cf..402a099f131827 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -47,12 +47,10 @@ - -