From 42e323db841e1b8e5d589919c20c04fb024a8d19 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Mon, 23 Jan 2023 13:58:56 -0500 Subject: [PATCH] [mono] Re-enable System.Threading.Tasks tests for desktop interp --- src/libraries/System.Threading.Tasks/tests/AssemblyInfo.cs | 7 ------- .../tests/System.Threading.Tasks.Tests.csproj | 1 - 2 files changed, 8 deletions(-) delete mode 100644 src/libraries/System.Threading.Tasks/tests/AssemblyInfo.cs diff --git a/src/libraries/System.Threading.Tasks/tests/AssemblyInfo.cs b/src/libraries/System.Threading.Tasks/tests/AssemblyInfo.cs deleted file mode 100644 index 185135cb187f35..00000000000000 --- a/src/libraries/System.Threading.Tasks/tests/AssemblyInfo.cs +++ /dev/null @@ -1,7 +0,0 @@ -// 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: ActiveIssue("https://github.com/dotnet/runtime/issues/35916", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter), nameof(PlatformDetection.IsNotBrowser))] diff --git a/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj b/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj index 48ab7ce57a26e2..8bebfb27c84dc8 100644 --- a/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj +++ b/src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj @@ -7,7 +7,6 @@ false -