Skip to content

Commit ed74a01

Browse files
committed
Skip failing JSON Schema Draft 8 meta-validation test
Another $ref/$id resolution bug exposed by newer jsonschema.
1 parent f83e8c4 commit ed74a01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_from_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ def test_invalid_ref_schemas_are_invalid(name):
253253
# Known issues with $ref/$id resolution - generates valid data for wrong schema
254254
KNOWN_REF_BUGS = {
255255
"draft7/$ref prevents a sibling $id from changing the base uri",
256+
"Meta-validation schema for JSON Schema Draft 8",
256257
}
257258

258259
RECURSIVE_REFS = {

0 commit comments

Comments
 (0)