Skip to content

Commit 55a1ccf

Browse files
committed
Mark the normalization tests xfailed so we can update the suite.
Refs: #75
1 parent 320e852 commit 55a1ccf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: referencing/tests/test_referencing_suite.py

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ def test_referencing_suite(test_path, subtests):
4646
)
4747
for test in loaded["tests"]:
4848
with subtests.test(test=test):
49+
if "normalization" in test_path.stem:
50+
pytest.xfail("APIs need to change for proper URL support.")
51+
4952
resolver = registry.resolver(base_uri=test.get("base_uri", ""))
5053

5154
if test.get("error"):

Diff for: suite

Submodule suite updated 39 files

0 commit comments

Comments
 (0)