Skip to content

Commit

Permalink
TST: Skip a test for now
Browse files Browse the repository at this point in the history
Reopens gh-25211
  • Loading branch information
HaoZeke committed Dec 1, 2023
1 parent 6aceaa9 commit ca94f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/f2py/tests/test_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def foo(x):
assert r == 123 + 1


@pytest.mark.xfail(reason="See gh-25287 and gh-25179")
class TestGH25211(util.F2PyTest):
sources = [util.getpath("tests", "src", "callback", "gh25211.f"),
util.getpath("tests", "src", "callback", "gh25211.pyf")]
Expand Down

0 comments on commit ca94f62

Please sign in to comment.