File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,13 @@ def leap_second(test):
138
138
or missing_date_fromisoformat (test )
139
139
or missing_format (draft3_format_checker )(test )
140
140
or complex_email_validation (test )
141
+ or skip (
142
+ message = bug (371 ),
143
+ subject = "ref" ,
144
+ case_description = (
145
+ "$ref prevents a sibling $id from changing the base uri"
146
+ ),
147
+ )(test )
141
148
or skip (
142
149
message = bug (686 ),
143
150
subject = "uniqueItems" ,
@@ -211,6 +218,13 @@ def leap_second(test):
211
218
"base URI change in subschema"
212
219
),
213
220
)(test )
221
+ or skip (
222
+ message = bug (371 ),
223
+ subject = "ref" ,
224
+ case_description = (
225
+ "$ref prevents a sibling $id from changing the base uri"
226
+ ),
227
+ )(test )
214
228
or skip (
215
229
message = bug (371 ),
216
230
subject = "id" ,
@@ -308,6 +322,13 @@ def leap_second(test):
308
322
subject = "ref" ,
309
323
case_description = "relative refs with absolute uris and defs" ,
310
324
)(test )
325
+ or skip (
326
+ message = bug (371 ),
327
+ subject = "ref" ,
328
+ case_description = (
329
+ "$ref prevents a sibling $id from changing the base uri"
330
+ ),
331
+ )(test )
311
332
or skip (
312
333
message = bug (371 ),
313
334
subject = "id" ,
@@ -434,6 +455,13 @@ def leap_second(test):
434
455
subject = "ref" ,
435
456
case_description = "relative refs with absolute uris and defs" ,
436
457
)(test )
458
+ or skip (
459
+ message = bug (371 ),
460
+ subject = "ref" ,
461
+ case_description = (
462
+ "$ref prevents a sibling $id from changing the base uri"
463
+ ),
464
+ )(test )
437
465
or skip (
438
466
message = bug (371 ),
439
467
subject = "id" ,
You can’t perform that action at this time.
0 commit comments