File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,6 @@ def leap_second(test):
263
263
DRAFT7 .tests (),
264
264
DRAFT7 .format_tests (),
265
265
DRAFT7 .optional_tests_of (name = "bignum" ),
266
- DRAFT7 .optional_tests_of (name = "content" ),
267
266
DRAFT7 .optional_tests_of (name = "cross-draft" ),
268
267
DRAFT7 .optional_tests_of (name = "float-overflow" ),
269
268
DRAFT7 .optional_tests_of (name = "non-bmp-regex" ),
@@ -295,28 +294,6 @@ def leap_second(test):
295
294
"not just immediate parent"
296
295
),
297
296
)(test )
298
- or skip (
299
- message = bug (593 ),
300
- subject = "content" ,
301
- valid = False ,
302
- case_description = (
303
- "validation of string-encoded content based on media type"
304
- ),
305
- )(test )
306
- or skip (
307
- message = bug (593 ),
308
- subject = "content" ,
309
- valid = False ,
310
- case_description = "validation of binary string-encoding" ,
311
- )(test )
312
- or skip (
313
- message = bug (593 ),
314
- subject = "content" ,
315
- valid = False ,
316
- case_description = (
317
- "validation of binary-encoded media type documents"
318
- ),
319
- )(test )
320
297
),
321
298
)
322
299
You can’t perform that action at this time.
0 commit comments