summaryrefslogtreecommitdiff
path: root/json/tests
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2015-06-05 08:51:53 -0400
committerJulian Berman <Julian@GrayVines.com>2015-06-05 08:51:53 -0400
commitd404a32f866e35de8d3744f52a35782e338bd3cd (patch)
tree897e7f5639fc49b055fb183aa4f43c626b906c4f /json/tests
parentadb92ec20860f22a49e7500a3bde503a17b32006 (diff)
downloadjsonschema-d404a32f866e35de8d3744f52a35782e338bd3cd.tar.gz
Temporarily remove these until I resolve upstream.v2.5.0
These tests aren't self consistent.
Diffstat (limited to 'json/tests')
-rw-r--r--json/tests/draft3/optional/format.json5
-rw-r--r--json/tests/draft4/optional/format.json5
2 files changed, 0 insertions, 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
@@ -78,11 +78,6 @@
"valid": true
},
{
- "description": "a valid protocol-relative URI",
- "data": "//foo.bar/?baz=qux#quux",
- "valid": true
- },
- {
"description": "an invalid URI",
"data": "\\\\WINDOWS\\fileshare",
"valid": false
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
@@ -30,11 +30,6 @@
"valid": true
},
{
- "description": "a valid protocol-relative URI",
- "data": "//foo.bar/?baz=qux#quux",
- "valid": true
- },
- {
"description": "an invalid URI",
"data": "\\\\WINDOWS\\fileshare",
"valid": false