aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-10-09 15:24:26 +0200
committerKim Alvefur <zash@zash.se>2022-10-09 15:24:26 +0200
commit8f850047e33349eb569648c002ee08b9699435b5 (patch)
treed2477cfc14455bacb0be7aa82f24efc01fe43945
parentutil.jsonschema: Sort test cases to skip (diff)
downloadprosody-8f850047e33349eb569648c002ee08b9699435b5.tar.xz
prosody-8f850047e33349eb569648c002ee08b9699435b5.zip
util.jsonschema: Ignore some further test cases for URI references
Full-URI references are not implemented
-rw-r--r--spec/util_jsonschema_spec.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/util_jsonschema_spec.lua b/spec/util_jsonschema_spec.lua
index 28a1a2fc8..3c2e5f400 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",