From 469c133dc7c4309cf6aa6183a35263580306fd21 Mon Sep 17 00:00:00 2001 From: Mitchell Hwang Date: Mon, 29 Jun 2020 14:55:30 -0400 Subject: [PATCH] [wasm] Add assembly level skip for System.Threading.Tasks.Extensions --- .../tests/AssemblyInfo.cs | 8 ++++++++ .../tests/System.Threading.Tasks.Extensions.Tests.csproj | 1 + 2 files changed, 9 insertions(+) create mode 100644 src/libraries/System.Threading.Tasks.Extensions/tests/AssemblyInfo.cs diff --git a/src/libraries/System.Threading.Tasks.Extensions/tests/AssemblyInfo.cs b/src/libraries/System.Threading.Tasks.Extensions/tests/AssemblyInfo.cs new file mode 100644 index 0000000000000..79b875cd6309f --- /dev/null +++ b/src/libraries/System.Threading.Tasks.Extensions/tests/AssemblyInfo.cs @@ -0,0 +1,8 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using System; +using Xunit; + +[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/38283", TestPlatforms.Browser)] \ No newline at end of file diff --git a/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj b/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj index 6a7215d2b5cb5..a317af4191708 100644 --- a/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj +++ b/src/libraries/System.Threading.Tasks.Extensions/tests/System.Threading.Tasks.Extensions.Tests.csproj @@ -5,6 +5,7 @@ true +