util.jsonschema: Ignore some further test cases for URI references

Full-URI references are not implemented
This commit is contained in:
Kim Alvefur 2022-10-09 15:24:26 +02:00
parent 1e74554e20
commit 8f850047e3

View file

@ -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",