From 3fb752cdaa148f421a74c2f2b965e3490b1c0724 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Tue, 4 Jun 2019 16:54:02 -0400 Subject: [PATCH] Disable JSON LookupOverflow test (dotnet/corefx#38222) Commit migrated from https://github.com/dotnet/corefx/commit/f7ace29a0089e2089a4309fe1bda1344a34cbea2 --- .../System.Text.Json/tests/Utf8JsonReaderTests.ValueTextEquals.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Text.Json/tests/Utf8JsonReaderTests.ValueTextEquals.cs b/src/libraries/System.Text.Json/tests/Utf8JsonReaderTests.ValueTextEquals.cs index ac3de22..3635f7b 100644 --- a/src/libraries/System.Text.Json/tests/Utf8JsonReaderTests.ValueTextEquals.cs +++ b/src/libraries/System.Text.Json/tests/Utf8JsonReaderTests.ValueTextEquals.cs @@ -629,6 +629,7 @@ namespace System.Text.Json.Tests Assert.False(json.ValueTextEquals(lookup)); } + [ActiveIssue(38221)] [ConditionalFact(nameof(IsX64))] [OuterLoop] public static void LookupOverflow() -- 2.7.4