mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.jsonschema: Ignore some further test cases for URI references
Full-URI references are not implemented
This commit is contained in:
parent
1e74554e20
commit
8f850047e3
1 changed files with 5 additions and 0 deletions
|
@ -46,8 +46,13 @@ local skip = {
|
|||
["ref.json:17"] = "NYI",
|
||||
["ref.json:18"] = "NYI",
|
||||
["ref.json:19"] = "NYI",
|
||||
["ref.json:26"] = "NYI",
|
||||
["ref.json:27"] = "NYI",
|
||||
["ref.json:28"] = "NYI",
|
||||
["ref.json:3:2"] = "FIXME investigate, util.jsonpath issue?",
|
||||
["ref.json:6:1"] = "NYI",
|
||||
["ref.json:20"] = "NYI",
|
||||
["ref.json:25"] = "NYI",
|
||||
["refRemote.json"] = "DEFINITELY NYI",
|
||||
["required.json:0:2"] = "distinguishing objects from arrays",
|
||||
["type.json:3:4"] = "distinguishing objects from arrays",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue