Skip to content

Commit 7f2d5ae

Browse files
committed
Skip flaky test_inv
1 parent 9bffaea commit 7f2d5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array_api_tests/test_linalg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ def test_eigvalsh(x):
265265

266266
# TODO: Test that res actually corresponds to the eigenvalues of x
267267

268+
@pytest.mark.skip(reason="flaky")
268269
@pytest.mark.xp_extension('linalg')
269270
@given(x=invertible_matrices())
270271
def test_inv(x):

0 commit comments

Comments
 (0)