File tree 1 file changed +20
-0
lines changed 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,16 @@ def narrow_unicode_build(test): # pragma: no cover
99
99
narrow_unicode_build (test )
100
100
or missing_format (draft3_format_checker )(test )
101
101
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 )
102
112
or skip (
103
113
message = "Upstream bug in strict_rfc3339" ,
104
114
subject = "date-time" ,
@@ -358,6 +368,16 @@ def narrow_unicode_build(test): # pragma: no cover
358
368
subject = "refRemote" ,
359
369
case_description = "base URI change - change folder in subschema" ,
360
370
)(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 )
361
381
or skip (
362
382
message = "Upstream bug in strict_rfc3339" ,
363
383
subject = "date-time" ,
You can’t perform that action at this time.
0 commit comments