diff --git a/test/test_w3c_spec/test_sparql10_w3c.py b/test/test_w3c_spec/test_sparql10_w3c.py index 70df2d066..71bdbcfa6 100644 --- a/test/test_w3c_spec/test_sparql10_w3c.py +++ b/test/test_w3c_spec/test_sparql10_w3c.py @@ -23,10 +23,14 @@ (REMOTE_BASE_IRI, ensure_suffix(LOCAL_BASE_DIR.as_uri(), "/")), ) MARK_DICT: MarksDictType = { - f"{REMOTE_BASE_IRI}basic/manifest#term-6": pytest.mark.xfail( - reason="query misinterpreted." + f"{REMOTE_BASE_IRI}basic/manifest#term-6": pytest.mark.skip( + reason="using Sparql 1.1 which is not backwards compatible. " + "'456.' will be interpreted differently in query and data." + ), + f"{REMOTE_BASE_IRI}basic/manifest#term-7": pytest.mark.skip( + reason="using Sparql 1.1 which is not backwards compatible. " + "'456.' will be interpreted differently in query and data." ), - f"{REMOTE_BASE_IRI}basic/manifest#term-7": pytest.mark.xfail(reason="..."), f"{REMOTE_BASE_IRI}expr-builtin/manifest#dawg-datatype-2": pytest.mark.xfail( reason="additional row in output" ), diff --git a/test_reports/rdflib_w3c_sparql10-HEAD.ttl b/test_reports/rdflib_w3c_sparql10-HEAD.ttl index f43162420..78997b01c 100644 --- a/test_reports/rdflib_w3c_sparql10-HEAD.ttl +++ b/test_reports/rdflib_w3c_sparql10-HEAD.ttl @@ -323,7 +323,7 @@ earl:assertedBy ; earl:mode earl:automatic ; earl:result [ a earl:TestResult ; - earl:outcome earl:failed ] ; + earl:outcome earl:untested ] ; earl:subject ; earl:test . @@ -331,7 +331,7 @@ earl:assertedBy ; earl:mode earl:automatic ; earl:result [ a earl:TestResult ; - earl:outcome earl:failed ] ; + earl:outcome earl:untested ] ; earl:subject ; earl:test .