aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-03-11 12:01:17 +0100
committerKim Alvefur <zash@zash.se>2023-03-11 12:01:17 +0100
commitfc0e882e297ea240b893c20d7168b5369894e98a (patch)
tree295000a293f10986066e425d4b515c1503654df6 /spec
parent7a6d2e1226185bf2a839df722c05b9308b78cff7 (diff)
downloadprosody-fc0e882e297ea240b893c20d7168b5369894e98a.tar.gz
prosody-fc0e882e297ea240b893c20d7168b5369894e98a.zip
util.jsonschema: Ignore some new tests in test suite
These seem to be using absolute URI references, Not Yet Implemented
Diffstat (limited to 'spec')
-rw-r--r--spec/util_jsonschema_spec.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/util_jsonschema_spec.lua b/spec/util_jsonschema_spec.lua
index 968acaf1..0641819c 100644
--- a/spec/util_jsonschema_spec.lua
+++ b/spec/util_jsonschema_spec.lua
@@ -2,7 +2,7 @@ local js = require "util.jsonschema";
local json = require "util.json";
local lfs = require "lfs";
--- https://github.com/json-schema-org/JSON-Schema-Test-Suite.git 2.0.0-550-g88d6948
+-- https://github.com/json-schema-org/JSON-Schema-Test-Suite.git 2.0.0-698-gf57d3e0
local test_suite_dir = "spec/JSON-Schema-Test-Suite/tests/draft2020-12"
if lfs.attributes(test_suite_dir, "mode") ~= "directory" then return end
@@ -54,6 +54,9 @@ local skip = {
["ref.json:6:1"] = "NYI",
["ref.json:20"] = "NYI",
["ref.json:25"] = "NYI",
+ ["ref.json:29"] = "NYI",
+ ["ref.json:30"] = "NYI",
+ ["ref.json:31"] = "NYI",
["refRemote.json"] = "DEFINITELY NYI",
["required.json:0:2"] = "distinguishing objects from arrays",
["type.json:3:4"] = "distinguishing objects from arrays",