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

Disable flaky test: test_ndarray.test_order #12311

Merged
merged 1 commit into from
Aug 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/python/unittest/test_ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,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