Skip to content

Commit bb60663

Browse files
committed
#782: Add skip for uuid and uri-template format annotation test
1 parent 0e76c54 commit bb60663

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

jsonschema/tests/test_jsonschema_test_suite.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,14 @@ def format_validation_annotation(test):
201201
message="Not supported",
202202
subject="format",
203203
description="invalid time string is only an annotation by default",
204+
)(test) or skip(
205+
message="Not supported",
206+
subject="format",
207+
description="invalid uuid string is only an annotation by default",
208+
)(test) or skip(
209+
message="Not supported",
210+
subject="format",
211+
description="invalid uri-template string is only an annotation by default",
204212
)(test)
205213

206214

0 commit comments

Comments
 (0)