From d404a32f866e35de8d3744f52a35782e338bd3cd Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Fri, 5 Jun 2015 08:51:53 -0400 Subject: [PATCH] Temporarily remove these until I resolve upstream. These tests aren't self consistent. --- json/tests/draft3/optional/format.json | 5 ----- json/tests/draft4/optional/format.json | 5 ----- 2 files changed, 10 deletions(-) diff --git a/json/tests/draft3/optional/format.json b/json/tests/draft3/optional/format.json index 3ca7319..fc86b03 100644 --- a/json/tests/draft3/optional/format.json +++ b/json/tests/draft3/optional/format.json @@ -77,11 +77,6 @@ "data": "http://foo.bar/?baz=qux#quux", "valid": true }, - { - "description": "a valid protocol-relative URI", - "data": "//foo.bar/?baz=qux#quux", - "valid": true - }, { "description": "an invalid URI", "data": "\\\\WINDOWS\\fileshare", diff --git a/json/tests/draft4/optional/format.json b/json/tests/draft4/optional/format.json index aacfd11..53c5d25 100644 --- a/json/tests/draft4/optional/format.json +++ b/json/tests/draft4/optional/format.json @@ -29,11 +29,6 @@ "data": "http://foo.bar/?baz=qux#quux", "valid": true }, - { - "description": "a valid protocol-relative URI", - "data": "//foo.bar/?baz=qux#quux", - "valid": true - }, { "description": "an invalid URI", "data": "\\\\WINDOWS\\fileshare",