From dded502d1ffa4919c720f45400f5d9e67933a548 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 Commit migrated from https://github.com/dotnet/coreclr/commit/f52a3f595f9067d957a9b77d72689b8f564657f3 --- src/coreclr/tests/CoreFX/CoreFX.issues.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/coreclr/tests/CoreFX/CoreFX.issues.json b/src/coreclr/tests/CoreFX/CoreFX.issues.json index c8b3967..1f27486 100644 --- a/src/coreclr/tests/CoreFX/CoreFX.issues.json +++ b/src/coreclr/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