Skip to content

Commit c66483f

Browse files
committed
Update ignored test list
1 parent 14cf7af commit c66483f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/json_schema/test_draft07.py

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ def pytest_generate_tests(metafunc):
88
schema_version='http://json-schema.org/draft-07/schema',
99
suite_dir='JSON-Schema-Test-Suite/tests/draft7',
1010
ignored_suite_files=[
11-
'refRemote.json', # Requires local server.
11+
# Requires local server.
12+
'refRemote.json',
13+
'cross-draft.json',
14+
1215
# Optional.
1316
'ecmascript-regex.json',
1417
'float-overflow.json',
@@ -30,10 +33,6 @@ def pytest_generate_tests(metafunc):
3033
# TODO: fix ref
3134
'ref.json',
3235
'id.json',
33-
'cross-draft.json',
34-
35-
# TODO: fix definitions
36-
'definitions.json',
3736
],
3837
)
3938
metafunc.parametrize(['schema_version', 'schema', 'data', 'is_valid'], param_values, ids=param_ids)

0 commit comments

Comments
 (0)