mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
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.
This commit is contained in:
parent
1e5f088714
commit
3697942a4a
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue