This is an automated email from the ASF dual-hosted git repository.

anirudh2290 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 11b69f2  Flaky: Disabled broadcast_mod unit test (#11845)
11b69f2 is described below

commit 11b69f24a76a5bfe148179d8fd04b3daed82b514
Author: access2rohit <srivastava....@osu.edu>
AuthorDate: Fri Jul 20 17:57:14 2018 -0700

    Flaky: Disabled broadcast_mod unit test (#11845)
---
 tests/python/unittest/test_operator.py | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/tests/python/unittest/test_operator.py 
b/tests/python/unittest/test_operator.py
index 96696d4..feedaad 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -1941,7 +1941,13 @@ def test_broadcast_binary_op():
     test_bminus(a, b)
     test_bmul(a, b)
     test_bdiv(a, b)
-    test_bmod(a, b)
+    '''
+    Flaky Test Disabled due to master build failure: 
+    
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/1248/pipeline
 
+    Github Issue: https://github.com/apache/incubator-mxnet/issues/11838
+    
+    test_bmod(a, b) 
+    '''
     test_bmod_int(a, b)
     test_bpow(a, b)
     test_bequal(a, b)

Reply via email to