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

Commit ad34e05

Browse files
Chancebairmarcoabreu
authored andcommitted
Disable flaky test test_ndarray.test_order (#12311)
1 parent 39d0d06 commit ad34e05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/python/unittest/test_ndarray.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ def test_arange():
639639
assert_almost_equal(pred, gt)
640640

641641
@with_seed()
642+
@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12310")
642643
def test_order():
643644
ctx = default_context()
644645
dat_size = 5

0 commit comments

Comments
 (0)