Skip to content

Commit fc0990a

Browse files
committed
Skip the vocabulary tests that don't pass yet.
1 parent 67191bc commit fc0990a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

jsonschema/tests/test_jsonschema_test_suite.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,10 @@ def leap_second(test):
365365
subject="anchor",
366366
case_description="same $anchor with different base uri",
367367
)(test)
368+
or skip(
369+
message="Vocabulary support is not yet present.",
370+
subject="vocabulary",
371+
)(test)
368372
or skip(
369373
message=bug(),
370374
subject="ref",
@@ -413,6 +417,10 @@ def leap_second(test):
413417
subject="anchor",
414418
case_description="same $anchor with different base uri",
415419
)(test)
420+
or skip(
421+
message="Vocabulary support is not yet present.",
422+
subject="vocabulary",
423+
)(test)
416424
or skip(
417425
message=bug(),
418426
subject="ref",

0 commit comments

Comments
 (0)