diff options
author | Kim Alvefur <zash@zash.se> | 2022-10-09 15:24:26 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-10-09 15:24:26 +0200 |
commit | 8f850047e33349eb569648c002ee08b9699435b5 (patch) | |
tree | d2477cfc14455bacb0be7aa82f24efc01fe43945 /spec | |
parent | 1e74554e20b1bf234da4a3caa8a0d090b43166d4 (diff) | |
download | prosody-8f850047e33349eb569648c002ee08b9699435b5.tar.gz prosody-8f850047e33349eb569648c002ee08b9699435b5.zip |
util.jsonschema: Ignore some further test cases for URI references
Full-URI references are not implemented
Diffstat (limited to 'spec')
-rw-r--r-- | spec/util_jsonschema_spec.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/util_jsonschema_spec.lua b/spec/util_jsonschema_spec.lua index 28a1a2fc..3c2e5f40 100644 --- a/spec/util_jsonschema_spec.lua +++ b/spec/util_jsonschema_spec.lua @@ -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", |