diff options
author | Kim Alvefur <zash@zash.se> | 2022-10-09 15:24:30 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-10-09 15:24:30 +0200 |
commit | c617f27a547610da1ac328a161f177f482b158a6 (patch) | |
tree | 93fbb0b6cabad42fac9eb66988432bb16e837bc5 | |
parent | 8f850047e33349eb569648c002ee08b9699435b5 (diff) | |
download | prosody-c617f27a547610da1ac328a161f177f482b158a6.tar.gz prosody-c617f27a547610da1ac328a161f177f482b158a6.zip |
util.jsonschema: Ignore test case for JavaScript specific detail
Also touching on how arrays are indistinguishable from tables in Lua
-rw-r--r-- | spec/util_jsonschema_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/util_jsonschema_spec.lua b/spec/util_jsonschema_spec.lua index 3c2e5f40..968acaf1 100644 --- a/spec/util_jsonschema_spec.lua +++ b/spec/util_jsonschema_spec.lua @@ -50,6 +50,7 @@ local skip = { ["ref.json:27"] = "NYI", ["ref.json:28"] = "NYI", ["ref.json:3:2"] = "FIXME investigate, util.jsonpath issue?", + ["required.json:4"] = "JavaScript specific and distinguishing objects from arrays", ["ref.json:6:1"] = "NYI", ["ref.json:20"] = "NYI", ["ref.json:25"] = "NYI", |