This is an automated email from the ASF dual-hosted git repository.
marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 5282cdd Disabled flaky test (#13758)
5282cdd is described below
commit 5282cdd4944481a08ae8c909acb6e95b8210f2b2
Author: Jose Luis Contreras <[email protected]>
AuthorDate: Fri Jan 11 01:12:50 2019 +0100
Disabled flaky test (#13758)
---
tests/python/unittest/test_operator.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/python/unittest/test_operator.py
b/tests/python/unittest/test_operator.py
index d8e80d7..cb19fd8 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -4391,6 +4391,7 @@ def test_where():
test_1d_cond()
[email protected]("Flaky test. Tracked in
https://github.com/apache/incubator-mxnet/issues/13600")
@with_seed()
def test_softmin():
for ndim in range(1, 5):