Skip to content

Commit 5ef513b

Browse files
committed
Skip test_matmul
1 parent c2c6a9f commit 5ef513b

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
@@ -277,6 +277,7 @@ def test_inv(x):
277277

278278
# TODO: Test that the result is actually the inverse
279279

280+
@pytest.mark.skip(reason="flaky")
280281
@given(
281282
*two_mutual_arrays(dh.real_dtypes)
282283
)

0 commit comments

Comments
 (0)