Skip to content

Commit 6bb7f9b

Browse files
committed
unskip tests
1 parent f1b1ad0 commit 6bb7f9b

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

jsonschema/tests/test_jsonschema_test_suite.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,6 @@ def narrow_unicode_build(test): # pragma: no cover
9999
narrow_unicode_build(test)
100100
or missing_format(draft3_format_checker)(test)
101101
or complex_email_validation(test)
102-
or skip(
103-
message=bug(685),
104-
subject="date",
105-
description="invalidates non-padded month dates",
106-
)(test)
107-
or skip(
108-
message=bug(685),
109-
subject="date",
110-
description="invalidates non-padded day dates",
111-
)(test)
112102
or skip(
113103
message="Upstream bug in strict_rfc3339",
114104
subject="date-time",
@@ -368,16 +358,6 @@ def narrow_unicode_build(test): # pragma: no cover
368358
subject="refRemote",
369359
case_description="base URI change - change folder in subschema",
370360
)(test)
371-
or skip(
372-
message=bug(685),
373-
subject="date",
374-
description="invalidates non-padded month dates",
375-
)(test)
376-
or skip(
377-
message=bug(685),
378-
subject="date",
379-
description="invalidates non-padded day dates",
380-
)(test)
381361
or skip(
382362
message="Upstream bug in strict_rfc3339",
383363
subject="date-time",

0 commit comments

Comments
 (0)