Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Disable flaky test test_ndarray.test_order (#12311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chancebair authored and marcoabreu committed Aug 25, 2018
1 parent 39d0d06 commit ad34e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad34e05

Please sign in to comment.