Skip to content

Commit

Permalink
Unskip two passing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed May 5, 2022
1 parent 4374b1b commit eed6d55
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions jsonschema/tests/test_jsonschema_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,14 +257,6 @@ def leap_second(test):
or leap_second(test)
or missing_format(draft6_format_checker)(test)
or complex_email_validation(test)
or skip(
message=bug(371),
subject="ref",
case_description=(
"Location-independent identifier with "
"base URI change in subschema"
),
)(test)
or skip(
message=bug(),
subject="refRemote",
Expand Down Expand Up @@ -296,14 +288,6 @@ def leap_second(test):
or leap_second(test)
or missing_format(draft7_format_checker)(test)
or complex_email_validation(test)
or skip(
message=bug(371),
subject="ref",
case_description=(
"Location-independent identifier with "
"base URI change in subschema"
),
)(test)
or skip(
message=bug(),
subject="refRemote",
Expand Down

0 comments on commit eed6d55

Please sign in to comment.