summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_w3c_spec/test_sparql10_w3c.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_w3c_spec/test_sparql10_w3c.py b/test/test_w3c_spec/test_sparql10_w3c.py
index 1de6daa4..73d06d89 100644
--- a/test/test_w3c_spec/test_sparql10_w3c.py
+++ b/test/test_w3c_spec/test_sparql10_w3c.py
@@ -48,9 +48,6 @@ MARK_DICT: MarksDictType = {
f"{REMOTE_BASE_IRI}syntax-sparql1/manifest#syntax-lit-08": pytest.mark.skip(
reason="bad test, positive syntax has invalid syntax."
),
- f"{REMOTE_BASE_IRI}syntax-sparql2/manifest#syntax-form-describe01": pytest.mark.xfail(
- reason="Describe not supported."
- ),
f"{REMOTE_BASE_IRI}syntax-sparql2/manifest#syntax-general-08": pytest.mark.xfail(
reason="Not parsing with no spaces."
),