Skip to content

Commit ff1ddcf

Browse files
committed
Temporarily skip the tests that will be unskipped by #722.
1 parent c72ecef commit ff1ddcf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

jsonschema/tests/test_jsonschema_test_suite.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@ 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)
102112
or skip(
103113
message="Upstream bug in strict_rfc3339",
104114
subject="date-time",
@@ -358,6 +368,16 @@ def narrow_unicode_build(test): # pragma: no cover
358368
subject="refRemote",
359369
case_description="base URI change - change folder in subschema",
360370
)(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)
361381
or skip(
362382
message="Upstream bug in strict_rfc3339",
363383
subject="date-time",

0 commit comments

Comments
 (0)