Skip to content

Commit eed6d55

Browse files
committed
Unskip two passing tests.
1 parent 4374b1b commit eed6d55

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

jsonschema/tests/test_jsonschema_test_suite.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,6 @@ def leap_second(test):
257257
or leap_second(test)
258258
or missing_format(draft6_format_checker)(test)
259259
or complex_email_validation(test)
260-
or skip(
261-
message=bug(371),
262-
subject="ref",
263-
case_description=(
264-
"Location-independent identifier with "
265-
"base URI change in subschema"
266-
),
267-
)(test)
268260
or skip(
269261
message=bug(),
270262
subject="refRemote",
@@ -296,14 +288,6 @@ def leap_second(test):
296288
or leap_second(test)
297289
or missing_format(draft7_format_checker)(test)
298290
or complex_email_validation(test)
299-
or skip(
300-
message=bug(371),
301-
subject="ref",
302-
case_description=(
303-
"Location-independent identifier with "
304-
"base URI change in subschema"
305-
),
306-
)(test)
307291
or skip(
308292
message=bug(),
309293
subject="refRemote",

0 commit comments

Comments
 (0)