@@ -164,16 +164,6 @@ def leap_second(test):
164
164
narrow_unicode_build (test )
165
165
or missing_format (draft3_format_checker )(test )
166
166
or complex_email_validation (test )
167
- or skip (
168
- message = bug (866 ),
169
- subject = "uniqueItems" ,
170
- description = "non-unique array of more than two arrays is invalid" ,
171
- )(test )
172
- or skip (
173
- message = bug (866 ),
174
- subject = "uniqueItems" ,
175
- description = "non-unique array of strings is invalid" ,
176
- )(test )
177
167
or skip (
178
168
message = bug (371 ),
179
169
subject = "ref" ,
@@ -200,16 +190,6 @@ def leap_second(test):
200
190
or leap_second (test )
201
191
or missing_format (draft4_format_checker )(test )
202
192
or complex_email_validation (test )
203
- or skip (
204
- message = bug (866 ),
205
- subject = "uniqueItems" ,
206
- description = "non-unique array of more than two arrays is invalid" ,
207
- )(test )
208
- or skip (
209
- message = bug (866 ),
210
- subject = "uniqueItems" ,
211
- description = "non-unique array of strings is invalid" ,
212
- )(test )
213
193
or skip (
214
194
message = bug (),
215
195
subject = "ref" ,
@@ -271,16 +251,6 @@ def leap_second(test):
271
251
or leap_second (test )
272
252
or missing_format (draft6_format_checker )(test )
273
253
or complex_email_validation (test )
274
- or skip (
275
- message = bug (866 ),
276
- subject = "uniqueItems" ,
277
- description = "non-unique array of more than two arrays is invalid" ,
278
- )(test )
279
- or skip (
280
- message = bug (866 ),
281
- subject = "uniqueItems" ,
282
- description = "non-unique array of strings is invalid" ,
283
- )(test )
284
254
or skip (
285
255
message = bug (371 ),
286
256
subject = "ref" ,
@@ -320,16 +290,6 @@ def leap_second(test):
320
290
or leap_second (test )
321
291
or missing_format (draft7_format_checker )(test )
322
292
or complex_email_validation (test )
323
- or skip (
324
- message = bug (866 ),
325
- subject = "uniqueItems" ,
326
- description = "non-unique array of more than two arrays is invalid" ,
327
- )(test )
328
- or skip (
329
- message = bug (866 ),
330
- subject = "uniqueItems" ,
331
- description = "non-unique array of strings is invalid" ,
332
- )(test )
333
293
or skip (
334
294
message = bug (371 ),
335
295
subject = "ref" ,
@@ -396,16 +356,6 @@ def leap_second(test):
396
356
message = "unevaluatedItems is different in 2019-09 (needs work)." ,
397
357
subject = "unevaluatedItems" ,
398
358
)(test )
399
- or skip (
400
- message = bug (866 ),
401
- subject = "uniqueItems" ,
402
- description = "non-unique array of more than two arrays is invalid" ,
403
- )(test )
404
- or skip (
405
- message = bug (866 ),
406
- subject = "uniqueItems" ,
407
- description = "non-unique array of strings is invalid" ,
408
- )(test )
409
359
or skip (
410
360
message = "dynamicRef support isn't working yet." ,
411
361
subject = "recursiveRef" ,
@@ -450,16 +400,6 @@ def leap_second(test):
450
400
Validator = Draft202012Validator ,
451
401
skip = lambda test : (
452
402
narrow_unicode_build (test )
453
- or skip (
454
- message = bug (866 ),
455
- subject = "uniqueItems" ,
456
- description = "non-unique array of more than two arrays is invalid" ,
457
- )(test )
458
- or skip (
459
- message = bug (866 ),
460
- subject = "uniqueItems" ,
461
- description = "non-unique array of strings is invalid" ,
462
- )(test )
463
403
or skip (
464
404
message = "dynamicRef support isn't working yet." ,
465
405
subject = "dynamicRef" ,
0 commit comments