From 1dc05d82690c8568f9917e7b0fefcc98c7eeb72f Mon Sep 17 00:00:00 2001 From: Maxim Lipnin Date: Fri, 10 Apr 2020 16:26:35 +0300 Subject: [PATCH] Enable System.Runtime.Serialization.Xml test assembly for Mono on Windows (#34816) Follow-up to https://github.com/dotnet/runtime/pull/32592#pullrequestreview-391381885. --- .../System.Runtime.Serialization.Xml/tests/AssemblyInfo.cs | 7 ------- .../tests/System.Runtime.Serialization.Xml.Tests.csproj | 1 - 2 files changed, 8 deletions(-) delete mode 100644 src/libraries/System.Runtime.Serialization.Xml/tests/AssemblyInfo.cs diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/AssemblyInfo.cs b/src/libraries/System.Runtime.Serialization.Xml/tests/AssemblyInfo.cs deleted file mode 100644 index d54e58b..0000000 --- a/src/libraries/System.Runtime.Serialization.Xml/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. -// See the LICENSE file in the project root for more information. - -using Xunit; - -[assembly: ActiveIssue("Disabled due to multiple crashes.", TestPlatforms.Windows, TargetFrameworkMonikers.Netcoreapp, TestRuntimes.Mono)] diff --git a/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj b/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj index cdf4fe0..6be96a6 100644 --- a/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj +++ b/src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj @@ -3,7 +3,6 @@ $(NetCoreAppCurrent) - -- 2.7.4