summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-06-26 08:59:36 +0200
committerJulian Berman <Julian@GrayVines.com>2021-06-26 08:59:36 +0200
commit96988024b4da608cad3b35df28571646e6e3b2f1 (patch)
treed5be6eb75a209c2072ce4bb4e9fc766248d0f60c
parentd0a2d44cb7bea2e3f1e29cb82414cf04e8813ff3 (diff)
downloadjsonschema-96988024b4da608cad3b35df28571646e6e3b2f1.tar.gz
And skip a few more new ref tests.
-rw-r--r--jsonschema/tests/test_jsonschema_test_suite.py28
1 files changed, 28 insertions, 0 deletions
diff --git a/jsonschema/tests/test_jsonschema_test_suite.py b/jsonschema/tests/test_jsonschema_test_suite.py
index e64039c..7d77bd4 100644
--- a/jsonschema/tests/test_jsonschema_test_suite.py
+++ b/jsonschema/tests/test_jsonschema_test_suite.py
@@ -139,6 +139,13 @@ TestDraft3 = DRAFT3.to_unittest_testcase(
or missing_format(draft3_format_checker)(test)
or complex_email_validation(test)
or skip(
+ message=bug(371),
+ subject="ref",
+ case_description=(
+ "$ref prevents a sibling $id from changing the base uri"
+ ),
+ )(test)
+ or skip(
message=bug(686),
subject="uniqueItems",
description="[0] and [false] are unique",
@@ -213,6 +220,13 @@ TestDraft4 = DRAFT4.to_unittest_testcase(
)(test)
or skip(
message=bug(371),
+ subject="ref",
+ case_description=(
+ "$ref prevents a sibling $id from changing the base uri"
+ ),
+ )(test)
+ or skip(
+ message=bug(371),
subject="id",
description="match $ref to id",
)(test)
@@ -310,6 +324,13 @@ TestDraft6 = DRAFT6.to_unittest_testcase(
)(test)
or skip(
message=bug(371),
+ subject="ref",
+ case_description=(
+ "$ref prevents a sibling $id from changing the base uri"
+ ),
+ )(test)
+ or skip(
+ message=bug(371),
subject="id",
description="match $ref to id",
)(test)
@@ -436,6 +457,13 @@ TestDraft7 = DRAFT7.to_unittest_testcase(
)(test)
or skip(
message=bug(371),
+ subject="ref",
+ case_description=(
+ "$ref prevents a sibling $id from changing the base uri"
+ ),
+ )(test)
+ or skip(
+ message=bug(371),
subject="id",
description="match $ref to id",
)(test)