@@ -164,16 +164,6 @@ def leap_second(test):
164164 narrow_unicode_build (test )
165165 or missing_format (draft3_format_checker )(test )
166166 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 )
177167 or skip (
178168 message = bug (371 ),
179169 subject = "ref" ,
@@ -200,16 +190,6 @@ def leap_second(test):
200190 or leap_second (test )
201191 or missing_format (draft4_format_checker )(test )
202192 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 )
213193 or skip (
214194 message = bug (),
215195 subject = "ref" ,
@@ -271,16 +251,6 @@ def leap_second(test):
271251 or leap_second (test )
272252 or missing_format (draft6_format_checker )(test )
273253 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 )
284254 or skip (
285255 message = bug (371 ),
286256 subject = "ref" ,
@@ -320,16 +290,6 @@ def leap_second(test):
320290 or leap_second (test )
321291 or missing_format (draft7_format_checker )(test )
322292 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 )
333293 or skip (
334294 message = bug (371 ),
335295 subject = "ref" ,
@@ -396,16 +356,6 @@ def leap_second(test):
396356 message = "unevaluatedItems is different in 2019-09 (needs work)." ,
397357 subject = "unevaluatedItems" ,
398358 )(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 )
409359 or skip (
410360 message = "dynamicRef support isn't working yet." ,
411361 subject = "recursiveRef" ,
@@ -450,16 +400,6 @@ def leap_second(test):
450400 Validator = Draft202012Validator ,
451401 skip = lambda test : (
452402 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 )
463403 or skip (
464404 message = "dynamicRef support isn't working yet." ,
465405 subject = "dynamicRef" ,
0 commit comments