Skip to content

Commit 47e6c37

Browse files
authored
test: remove xfail on SPARQL DESCRIBE test (#2309)
SPARQL DESCRIBE was implemented in <#2221> so there should be no `xfail` on it tests for it. This change removes one such `xfail` that was in place.
1 parent 832e693 commit 47e6c37

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_w3c_spec/test_sparql10_w3c.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@
4848
f"{REMOTE_BASE_IRI}syntax-sparql1/manifest#syntax-lit-08": pytest.mark.skip(
4949
reason="bad test, positive syntax has invalid syntax."
5050
),
51-
f"{REMOTE_BASE_IRI}syntax-sparql2/manifest#syntax-form-describe01": pytest.mark.xfail(
52-
reason="Describe not supported."
53-
),
5451
f"{REMOTE_BASE_IRI}syntax-sparql2/manifest#syntax-general-08": pytest.mark.xfail(
5552
reason="Not parsing with no spaces."
5653
),

0 commit comments

Comments
 (0)