Skip to content

Commit

Permalink
Skip the failing unevaluated* tests until #949 is merged.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed May 18, 2022
1 parent dbc8b5d commit 8223a95
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions jsonschema/tests/test_jsonschema_test_suite.py
Expand Up @@ -346,6 +346,11 @@ def leap_second(test):
message="unevaluatedItems is different in 2019-09 (needs work).",
subject="unevaluatedItems",
)(test)
or skip(
message=bug(949),
subject="unevaluatedProperties",
case_description="non-object instances are valid",
)(test)
or skip(
message="dynamicRef support isn't working yet.",
subject="recursiveRef",
Expand Down Expand Up @@ -411,6 +416,16 @@ def leap_second(test):
message="Vocabulary support is not yet present.",
subject="vocabulary",
)(test)
or skip(
message=bug(949),
subject="unevaluatedItems",
case_description="non-array instances are valid",
)(test)
or skip(
message=bug(949),
subject="unevaluatedProperties",
case_description="non-object instances are valid",
)(test)
or skip(
message=bug(),
subject="ref",
Expand Down

0 comments on commit 8223a95

Please sign in to comment.