test: update JSON-Schema-Test-Suite

master
Evgeny Poberezkin 2017-12-02 17:40:01 +00:00
parent 846e080c17
commit a38c000e72
3 changed files with 9 additions and 3 deletions

View File

@ -79,7 +79,7 @@
"if-node-version": "^1.0.0",
"js-beautify": "^1.7.3",
"jshint": "^2.9.4",
"json-schema-test": "^1.3.0",
"json-schema-test": "^2.0.0",
"karma": "^1.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.1.1",

@ -1 +1 @@
Subproject commit 870b9f7ebd35a238ba9d609424db51c7ca027d4a
Subproject commit 86f965e53dda0b6c57e70ddd726243e1e061cf84

View File

@ -15,7 +15,13 @@ var remoteRefs = {
var SKIP = {
4: ['optional/zeroTerminatedFloats'],
7: ['optional/content', 'optional/format']
7: [
'optional/content',
'format/idn-email',
'format/idn-hostname',
'format/iri',
'format/iri-reference'
]
};