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

Commit

Permalink
Skip flaky test #13446 (#13480) (#13491)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya authored and anirudh2290 committed Nov 30, 2018
1 parent ac99a21 commit 9e08770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,7 @@ def test_randint_extremes():
assert a>=50000000 and a<=50000010

@with_seed()
@unittest.skip("Flaky test: https://github.com/apache/incubator-mxnet/issues/13446")
def test_randint_generator():
ctx = mx.context.current_context()
for dtype in ['int32', 'int64']:
Expand Down

0 comments on commit 9e08770

Please sign in to comment.