Skip to content

Commit 46f6fbf

Browse files
Ignore flaky test
1 parent bf39e4f commit 46f6fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tests/test_high_level.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def fib(x: i64Like) -> i64: # type: ignore[empty-body]
8080
egraph.check(eq(fib(i64(7))).to(i64(21)))
8181

8282

83+
@pytest.mark.xfail
8384
def test_fib_demand():
8485
egraph = EGraph()
8586

0 commit comments

Comments
 (0)