Skip to content

Commit c51216b

Browse files
committed
Remove flaky skips from linalg tests
1 parent 0b3e170 commit c51216b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

array_api_tests/test_linalg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ def test_eigvalsh(x):
294294

295295
# TODO: Test that res actually corresponds to the eigenvalues of x
296296

297-
@pytest.mark.skip(reason="flaky")
298297
@pytest.mark.xp_extension('linalg')
299298
@given(x=invertible_matrices())
300299
def test_inv(x):
@@ -307,7 +306,6 @@ def test_inv(x):
307306

308307
# TODO: Test that the result is actually the inverse
309308

310-
@pytest.mark.skip(reason="flaky")
311309
@given(
312310
*two_mutual_arrays(dh.real_dtypes)
313311
)

0 commit comments

Comments
 (0)