diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py index 4de7d16e6f61..ceee51a3e503 100644 --- a/tests/python/unittest/test_operator.py +++ b/tests/python/unittest/test_operator.py @@ -6851,6 +6851,7 @@ def test_laop_5(): # Tests for linalg.inverse @with_seed() +@unittest.skip("Test crashes https://github.com/apache/incubator-mxnet/issues/15975") def test_laop_6(): dtype = np.float64 rtol_fw = 1e-7