You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/08/25 09:40:11 UTC

[incubator-mxnet] branch master updated: Disable flaky test test_ndarray.test_order (#12311)

This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new ad34e05  Disable flaky test test_ndarray.test_order (#12311)
ad34e05 is described below

commit ad34e05bc970ab2e09cbf809c2d2b5fdda8abff3
Author: Chance Bair <ch...@gmail.com>
AuthorDate: Sat Aug 25 11:39:56 2018 +0200

    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 9d07dea..c48801e 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