diff --git a/tests/python/unittest/test_random.py b/tests/python/unittest/test_random.py index 3436e9a9e80e..3026d31c0f96 100644 --- a/tests/python/unittest/test_random.py +++ b/tests/python/unittest/test_random.py @@ -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']: