This is an automated email from the ASF dual-hosted git repository.
skm 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 62dcc44 Disable Flaky test test_operator.test_clip (#12902)
62dcc44 is described below
commit 62dcc441cc87af043581f2e4a4877f3309765801
Author: Marco de Abreu <[email protected]>
AuthorDate: Tue Nov 13 01:08:40 2018 +0100
Disable Flaky test test_operator.test_clip (#12902)
---
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 80a83df..6f0c98e 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -3618,6 +3618,7 @@ def test_special_functions_using_scipy():
@with_seed()
[email protected]("Flaky test, tracked at
https://github.com/apache/incubator-mxnet/issues/12901")
def test_clip():
data = mx.symbol.Variable('data')
shape = (30, 30)