Skip to content

Commit

Permalink
Skip the vocabulary tests that don't pass yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jan 4, 2022
1 parent 67191bc commit fc0990a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jsonschema/tests/test_jsonschema_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@ def leap_second(test):
subject="anchor",
case_description="same $anchor with different base uri",
)(test)
or skip(
message="Vocabulary support is not yet present.",
subject="vocabulary",
)(test)
or skip(
message=bug(),
subject="ref",
Expand Down Expand Up @@ -413,6 +417,10 @@ def leap_second(test):
subject="anchor",
case_description="same $anchor with different base uri",
)(test)
or skip(
message="Vocabulary support is not yet present.",
subject="vocabulary",
)(test)
or skip(
message=bug(),
subject="ref",
Expand Down

0 comments on commit fc0990a

Please sign in to comment.