aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-04-22 12:45:58 +0200
committerKim Alvefur <zash@zash.se>2023-04-22 12:45:58 +0200
commit3697942a4af2d5cf29187ef844798b52a5fff37b (patch)
treec8d6f2a80749756f5bb5376da65b070c2d8c9d67 /spec
parent1e5f088714c74d22fdf6faabd925cd25d8cfcba6 (diff)
downloadprosody-3697942a4af2d5cf29187ef844798b52a5fff37b.tar.gz
prosody-3697942a4af2d5cf29187ef844798b52a5fff37b.zip
util.jsonschema: Tweak description of disabled test
This doesn't fail because of additionalProperties, looks more like some issue with recursive definitions and util.jsonpointer that I don't want feel like investigating now.
Diffstat (limited to 'spec')
-rw-r--r--spec/util_jsonschema_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util_jsonschema_spec.lua b/spec/util_jsonschema_spec.lua
index 3cf037d7..9d52a2fd 100644
--- a/spec/util_jsonschema_spec.lua
+++ b/spec/util_jsonschema_spec.lua
@@ -35,7 +35,7 @@ local skip = {
["patternProperties.json"] = "NYI",
["properties.json:1:2"] = "NYI",
["properties.json:1:3"] = "NYI",
- ["ref.json:0:3"] = "NYI additionalProperties",
+ ["ref.json:0:3"] = "util.jsonpointer recursive issue?",
["ref.json:11"] = "NYI",
["ref.json:12:1"] = "FIXME",
["ref.json:13"] = "NYI",