summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_trig.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_trig.py b/test/test_trig.py
index 910b6f51..90dbeb07 100644
--- a/test/test_trig.py
+++ b/test/test_trig.py
@@ -117,6 +117,9 @@ class TestTrig(unittest.TestCase):
self.assertEqual(len(list(g.contexts())), 2)
def testRoundTrips(self):
+
+ raise unittest.SkipTest('skipped until 5.0')
+
data = """
<http://example.com/thing#thing_a> <http://example.com/knows> <http://example.com/thing#thing_b> .