From 7d8c2ecf086c15ef86aaba9f5dd0cfedb382748e Mon Sep 17 00:00:00 2001 From: Marco de Abreu Date: Sun, 25 Aug 2019 19:49:14 -0700 Subject: [PATCH] Disable laop_6 (#15976) --- tests/python/unittest/test_operator.py | 1 + 1 file changed, 1 insertion(+) 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