Skip to content

Commit 8eb9e54

Browse files
committed
Update test suite
1 parent 3bda866 commit 8eb9e54

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

tests/test_suite.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,8 @@
2525
/ "tests"
2626
)
2727

28-
# Known failures due to limitations in the underlying jsonschema library.
2928
# Each entry is (dialect, relative_path, case_description, test_description).
3029
_KNOWN_FAILURES: dict[tuple[str, str, str, str], str] = {
31-
(
32-
"oas31",
33-
"unevaluated.json",
34-
"unevaluatedProperties with if/then/else",
35-
"non-premium type with name is valid",
36-
): (
37-
"jsonschema does not collect annotations from failing 'if' subschemas, "
38-
"causing properties evaluated by 'if' to be reported as unevaluated"
39-
),
40-
(
41-
"oas32",
42-
"unevaluated.json",
43-
"unevaluatedProperties with if/then/else",
44-
"non-premium type with name is valid",
45-
): (
46-
"jsonschema does not collect annotations from failing 'if' subschemas, "
47-
"causing properties evaluated by 'if' to be reported as unevaluated"
48-
),
4930
(
5031
"oas31",
5132
"optional/format/format-assertion.json",

0 commit comments

Comments
 (0)