Skip to content

Commit

Permalink
Skip flaky test apache#13446 (apache#13480)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya authored and zhaoyao73 committed Dec 9, 2018
1 parent 4bc8e5f commit 1c81bb9
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 1c81bb9

Please sign in to comment.