Disable System.Reflection.Emit.Tests.ILGeneratorEmit4 test suite on WASM (#38266)
authorMaxim Lipnin <v-maxlip@microsoft.com>
Tue, 23 Jun 2020 14:03:35 +0000 (17:03 +0300)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 14:03:35 +0000 (10:03 -0400)
src/libraries/System.Reflection.Emit.ILGeneration/tests/ILGenerator/Emit4Tests.cs

index 79551e3..649bf9e 100644 (file)
@@ -8,6 +8,7 @@ using Xunit;
 
 namespace System.Reflection.Emit.Tests
 {
+    [ActiveIssue("https://github.com/dotnet/runtime/issues/2383", TestPlatforms.Browser)]
     public class ILGeneratorEmit4
     {
         [Fact]