Disable System.Reflection.Emit.Tests in mono (#32201)
authorSantiago Fernandez Madero <safern@microsoft.com>
Thu, 13 Feb 2020 03:01:26 +0000 (19:01 -0800)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2020 03:01:25 +0000 (19:01 -0800)
src/libraries/System.Reflection.Emit/tests/AssemblyInfo.cs [new file with mode: 0644]
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
new file mode 100644 (file)
index 0000000..7ab97bd
--- /dev/null
@@ -0,0 +1,7 @@
+// 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: SkipOnMono("Test hangs: https://github.com/dotnet/runtime/issues/32177")]
\ No newline at end of file
index 651e9b6..12a8711 100644 (file)
@@ -4,6 +4,7 @@
     <TestRuntime>true</TestRuntime>
   </PropertyGroup>
   <ItemGroup>
+    <Compile Include="AssemblyInfo.cs" />
     <Compile Include="AssemblyBuilderTests.cs" />
     <Compile Include="OpCodesTests.cs" />
     <Compile Include="ConstructorBuilder\ConstructorBuilderDefineParameter.cs" />