summaryrefslogtreecommitdiff
path: root/jsonschema/tests/test_jsonschema_test_suite.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/tests/test_jsonschema_test_suite.py')
-rw-r--r--jsonschema/tests/test_jsonschema_test_suite.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/jsonschema/tests/test_jsonschema_test_suite.py b/jsonschema/tests/test_jsonschema_test_suite.py
index a656ab8..2d807b7 100644
--- a/jsonschema/tests/test_jsonschema_test_suite.py
+++ b/jsonschema/tests/test_jsonschema_test_suite.py
@@ -395,7 +395,15 @@ TestDraft202012 = DRAFT202012.to_unittest_testcase(
skip=lambda test: (
narrow_unicode_build(test)
or skip(
- message="These tests require an extension or the url resolver.",
+ message="dynamicRef support isn't working yet.",
+ subject="dynamicRef",
+ )(test)
+ or skip(
+ message="These tests depends on dynamicRef working.",
+ subject="defs",
+ )(test)
+ or skip(
+ message="These tests depends on dynamicRef working.",
subject="anchor",
case_description="same $anchor with different base uri",
)(test)