10000 TST: Skip a test for now · numpy/numpy@ca94f62 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca94f62

Browse files
committed
TST: Skip a test for now
Reopens gh-25211
1 parent 6aceaa9 commit ca94f62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/f2py/tests/test_callback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def foo(x):
233233
assert r == 123 + 1
234234

235235

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

0 commit comments

Comments
 (0)
0