Revert "Disable System.Reflection.Emit.Tests in mono (#32201)" (#33641)
authorAlexis Christoforides <alexis@thenull.net>
Tue, 17 Mar 2020 10:26:52 +0000 (06:26 -0400)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2020 10:26:52 +0000 (06:26 -0400)
This reverts commit 11dcd00c1a77c8da0fe06404609a9c4af9e5da4f.

src/libraries/System.Reflection.Emit/tests/AssemblyInfo.cs [deleted file]
src/libraries/System.Reflection.Emit/tests/System.Reflection.Emit.Tests.csproj

diff --git a/src/libraries/System.Reflection.Emit/tests/AssemblyInfo.cs b/src/libraries/System.Reflection.Emit/tests/AssemblyInfo.cs
deleted file mode 100644 (file)
index 74d2d92..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("https://github.com/dotnet/runtime/issues/32177", TestRuntimes.Mono)] // Test hangs
\ No newline at end of file
index 12a8711..651e9b6 100644 (file)
@@ -4,7 +4,6 @@
     <TestRuntime>true</TestRuntime>
   </PropertyGroup>
   <ItemGroup>
-    <Compile Include="AssemblyInfo.cs" />
     <Compile Include="AssemblyBuilderTests.cs" />
     <Compile Include="OpCodesTests.cs" />
     <Compile Include="ConstructorBuilder\ConstructorBuilderDefineParameter.cs" />