Disable System.Text.Json outerloop tests failing in CI (dotnet/corefx#36096)
authorStephen Toub <stoub@microsoft.com>
Sun, 17 Mar 2019 01:03:18 +0000 (21:03 -0400)
committerGitHub <noreply@github.com>
Sun, 17 Mar 2019 01:03:18 +0000 (21:03 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/fd0abd12c89e8d90fdec1e5233ae89a0b7aceaee

src/libraries/System.Text.Json/tests/Utf8JsonReaderTests.TextEquals.cs

index eb23278..2c7a04d 100644 (file)
@@ -530,6 +530,7 @@ namespace System.Text.Json.Tests
             Assert.False(found);
         }
 
+        [ActiveIssue(36095)]
         [Fact]
         [OuterLoop]
         public static void ReallyLargeLookupUTF16()
@@ -560,6 +561,7 @@ namespace System.Text.Json.Tests
             Assert.False(found);
         }
 
+        [ActiveIssue(36095)]
         [Fact]
         public static void ReallyLargeLookupUTF8()
         {