Skip to content

Commit 63bf275

Browse files
committed
#782: Skip hostname annotation format check
1 parent d9e75c4 commit 63bf275

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jsonschema/tests/test_jsonschema_test_suite.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ def format_validation_annotation(test):
153153
message="Not supported",
154154
subject="format",
155155
description="invalid ipv6 string is only an annotation by default",
156+
)(test) or skip(
157+
message="Not supported",
158+
subject="format",
159+
description="invalid hostname string is only an annotation by default",
156160
)(test) or skip(
157161
message="Not supported",
158162
subject="format",

0 commit comments

Comments
 (0)