Skip to content

Commit

Permalink
Skip flaky test apache#13446
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed Nov 30, 2018
1 parent 9adf214 commit 7a81b9b
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 7a81b9b

Please sign in to comment.