This is an automated email from the ASF dual-hosted git repository.
anirudh2290 pushed a commit to branch v1.4.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/v1.4.x by this push:
new 9e08770 Skip flaky test
https://github.com/apache/incubator-mxnet/issues/13446 (#13480) (#13491)
9e08770 is described below
commit 9e0877014b9117e711ec3681504bcb10ffa2941c
Author: Chaitanya Prakash Bapat <[email protected]>
AuthorDate: Fri Nov 30 15:44:35 2018 -0800
Skip flaky test https://github.com/apache/incubator-mxnet/issues/13446
(#13480) (#13491)
---
tests/python/unittest/test_random.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/python/unittest/test_random.py
b/tests/python/unittest/test_random.py
index 3436e9a..3026d31 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()
[email protected]("Flaky test:
https://github.com/apache/incubator-mxnet/issues/13446")
def test_randint_generator():
ctx = mx.context.current_context()
for dtype in ['int32', 'int64']: