We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67191bc commit fc0990aCopy full SHA for fc0990a
jsonschema/tests/test_jsonschema_test_suite.py
@@ -365,6 +365,10 @@ def leap_second(test):
365
subject="anchor",
366
case_description="same $anchor with different base uri",
367
)(test)
368
+ or skip(
369
+ message="Vocabulary support is not yet present.",
370
+ subject="vocabulary",
371
+ )(test)
372
or skip(
373
message=bug(),
374
subject="ref",
@@ -413,6 +417,10 @@ def leap_second(test):
413
417
414
418
415
419
420
421
422
423
416
424
425
426
0 commit comments