Make this xfail so it passes

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-03 22:34:56 -06:00
parent 4d37f0f49a
commit 023cfd7ac0

View file

@ -198,6 +198,9 @@ path(A, B) :-
def test_alternate_rule_lrec(db_cls):
"""Testing that both recursion and alternation work."""
if db_cls == Dataset:
pytest.xfail("left-recursive rules aren't supported with a trivial store and no planner")
d = read(
"""
edge(a, b).