We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832e693 commit 47e6c37Copy full SHA for 47e6c37
test/test_w3c_spec/test_sparql10_w3c.py
@@ -48,9 +48,6 @@
48
f"{REMOTE_BASE_IRI}syntax-sparql1/manifest#syntax-lit-08": pytest.mark.skip(
49
reason="bad test, positive syntax has invalid syntax."
50
),
51
- f"{REMOTE_BASE_IRI}syntax-sparql2/manifest#syntax-form-describe01": pytest.mark.xfail(
52
- reason="Describe not supported."
53
- ),
54
f"{REMOTE_BASE_IRI}syntax-sparql2/manifest#syntax-general-08": pytest.mark.xfail(
55
reason="Not parsing with no spaces."
56
0 commit comments