From: Steve Pfister Date: Fri, 27 Jan 2023 15:50:14 +0000 (-0500) Subject: [mono] Re-enable System.Threading.Tasks tests for desktop interp (#81046) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~4390 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e392bb05598c7365c2ae0371f02e5491fbbbb3ed;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [mono] Re-enable System.Threading.Tasks tests for desktop interp (#81046) Co-authored-by: Steve Pfister --- 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 185135c..0000000 --- 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 48ab7ce..8bebfb2 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 -