summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAshley Sommer <Ashley.Sommer@csiro.au>2021-07-09 15:26:57 +1000
committerAshley Sommer <Ashley.Sommer@csiro.au>2021-07-09 15:26:57 +1000
commitdddaa92be3be5c3ac29d2c43d2d3a1eb4b1b460f (patch)
tree6f0f921251bd003df166d12e939943c206bca58a /test
parent2df55aa59de3e42d92297971d70ce94b7873a6fc (diff)
downloadrdflib-dddaa92be3be5c3ac29d2c43d2d3a1eb4b1b460f.tar.gz
Skip some roundtrip tests involving JSON-LD
Diffstat (limited to 'test')
-rw-r--r--test/test_roundtrip.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test_roundtrip.py b/test/test_roundtrip.py
index 5bb433f1..5edda39c 100644
--- a/test/test_roundtrip.py
+++ b/test/test_roundtrip.py
@@ -37,6 +37,15 @@ SKIP = [
("xml", "test/nt/qname-02.nt"), # uses a property that cannot be qname'd
("trix", "test/n3/strquot.n3"), # contains charachters forbidden by the xml spec
("xml", "test/n3/strquot.n3"), # contains charachters forbidden by the xml spec
+ ("json-ld", "test/nt/keywords-04.nt"), # known NT->JSONLD problem
+ ('json-ld', 'test/n3/example-misc.n3'), # known N3->JSONLD problem
+ ('json-ld', 'test/n3/n3-writer-test-16.n3'), # known N3->JSONLD problem
+ ('json-ld', 'test/n3/rdf-test-11.n3'), # known N3->JSONLD problem
+ ('json-ld', 'test/n3/rdf-test-28.n3'), # known N3->JSONLD problem
+ ('json-ld', 'test/n3/n3-writer-test-26.n3'), # known N3->JSONLD problem
+ ('json-ld', 'test/n3/n3-writer-test-28.n3'), # known N3->JSONLD problem
+ ('json-ld', 'test/n3/n3-writer-test-22.n3'), # known N3->JSONLD problem
+ ('json-ld', 'test/n3/rdf-test-21.n3'), # known N3->JSONLD problem
]