Skip to content

Commit 6758e95

Browse files
committed
checkpoint
1 parent 627bbc0 commit 6758e95

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_trig.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,6 @@ def test_graph_parsing():
125125
assert len(list(g.contexts())) == 2
126126

127127

128-
@pytest.mark.xfail(
129-
raises=AssertionError,
130-
reason="""
131-
This is failing because conjuncitve graph assigns things in the default graph to
132-
a graph with a bnode as name. On every parse iteration a new BNode is generated
133-
resulting in the default graph content appearing multipile times in the output.""",
134-
)
135128
def test_round_trips():
136129
data = """
137130
<http://example.com/thing#thing_a> <http://example.com/knows> <http://example.com/thing#thing_b> .

0 commit comments

Comments
 (0)