From f52a3f595f9067d957a9b77d72689b8f564657f3 Mon Sep 17 00:00:00 2001 From: Russ Keldorph Date: Wed, 30 Jan 2019 12:55:30 -0800 Subject: [PATCH] Disable outdated test until it is updated --- tests/CoreFX/CoreFX.issues.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index c8b3967..1f27486 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -1066,6 +1066,10 @@ "name": "System.Json.Tests.JsonValueTests.Parse_DoubleTooLarge_ThrowsOverflowException", "reason": "https://github.com/dotnet/coreclr/pull/20707" }, + { + "name": "System.Json.Tests.JsonPrimitiveTests.ToString_DateTimeOffset", + "reason": "waiting on corefx test update" + }, ] } }, -- 2.7.4