From: Russ Keldorph Date: Wed, 30 Jan 2019 20:55:30 +0000 (-0800) Subject: Disable outdated test until it is updated X-Git-Tag: submit/tizen/20210909.063632~11030^2~2650 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dded502d1ffa4919c720f45400f5d9e67933a548;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable outdated test until it is updated Commit migrated from https://github.com/dotnet/coreclr/commit/f52a3f595f9067d957a9b77d72689b8f564657f3 --- 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" + }, ] } },