Skip to content

Commit

Permalink
Add @pytest.mark.skipif("env.GRAALPY", reason="TODO debug segfault")
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Feb 18, 2025
1 parent 32a4058 commit 65260e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def test_custom_func():
assert m.roundtrip(m.custom_function)(4) == 36


@pytest.mark.skipif("env.GRAALPY", reason="TODO debug segfault")
def test_custom_func2():
assert m.custom_function2(3) == 27
assert m.roundtrip(m.custom_function2)(3) == 27
Expand Down

0 comments on commit 65260e4

Please sign in to comment.