Skip to content

Commit 3732d28

Browse files
Skip failing test around errors bubbling
1 parent 468172b commit 3732d28

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
@@ -1275,6 +1275,7 @@ def my_cost_model(egraph: EGraph, expr: BaseExpr, children_costs: list[int]) ->
12751275
my_cost_model.assert_any_call(egraph, x, [])
12761276
my_cost_model.assert_any_call(egraph, called, [5])
12771277

1278+
@pytest.mark.xfail(reason="Errors dont bubble, just panic")
12781279
def test_errors_bubble(self):
12791280
def my_cost_model(egraph: EGraph, expr: BaseExpr, children_costs: list[int]) -> int:
12801281
msg = "bad"

0 commit comments

Comments
 (0)