Enable System.Runtime.Serialization.Xml test assembly for Mono on Windows (#34816)
authorMaxim Lipnin <mlipnin@gmail.com>
Fri, 10 Apr 2020 13:26:35 +0000 (16:26 +0300)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2020 13:26:35 +0000 (15:26 +0200)
Follow-up to https://github.com/dotnet/runtime/pull/32592#pullrequestreview-391381885.

src/libraries/System.Runtime.Serialization.Xml/tests/AssemblyInfo.cs [deleted file]
src/libraries/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj

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 (file)
index d54e58b..0000000
+++ /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)]
index cdf4fe0..6be96a6 100644 (file)
@@ -3,7 +3,6 @@
     <TargetFrameworks>$(NetCoreAppCurrent)</TargetFrameworks>
   </PropertyGroup>
   <ItemGroup>
-    <Compile Include="AssemblyInfo.cs" />
     <Compile Include="$(TestSourceFolder)DataContractSerializerStressTests.cs" />
     <Compile Include="$(TestSourceFolder)SerializationTypes.cs" />
     <Compile Include="$(TestSourceFolder)SerializationTypes.RuntimeOnly.cs" />