From ad34e05bc970ab2e09cbf809c2d2b5fdda8abff3 Mon Sep 17 00:00:00 2001 From: Chance Bair Date: Sat, 25 Aug 2018 11:39:56 +0200 Subject: [PATCH] Disable flaky test test_ndarray.test_order (#12311) --- tests/python/unittest/test_ndarray.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/unittest/test_ndarray.py b/tests/python/unittest/test_ndarray.py index 9d07deacb39b..c48801ec1cec 100644 --- a/tests/python/unittest/test_ndarray.py +++ b/tests/python/unittest/test_ndarray.py @@ -639,6 +639,7 @@ def test_arange(): assert_almost_equal(pred, gt) @with_seed() +@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12310") def test_order(): ctx = default_context() dat_size = 5