You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2018/09/11 20:18:12 UTC

[incubator-mxnet] branch master updated: Temporarily disable flaky tests (#12520)

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 35ca13c  Temporarily disable flaky tests (#12520)
35ca13c is described below

commit 35ca13c3b5a0e57d904d1fead079152a15dfeac4
Author: Stephanie Jingyi Yuan <st...@gmail.com>
AuthorDate: Tue Sep 11 16:18:00 2018 -0400

    Temporarily disable flaky tests (#12520)
---
 tests/python/unittest/test_contrib_svrg_module.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/python/unittest/test_contrib_svrg_module.py b/tests/python/unittest/test_contrib_svrg_module.py
index dd4618e..79407d1 100644
--- a/tests/python/unittest/test_contrib_svrg_module.py
+++ b/tests/python/unittest/test_contrib_svrg_module.py
@@ -94,6 +94,7 @@ def test_module_bind():
     assert mod._mod_aux.binded == True
 
 
+@unittest.skip("Flaky test https://gitsvrhub.com/apache/incubator-mxnet/issues/12510")
 @with_seed()
 def test_module_save_load():
     import tempfile
@@ -162,6 +163,7 @@ def test_svrgmodule_reshape():
     assert mod.get_outputs()[0].shape == dshape
 
 
+@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12510")
 @with_seed()
 def test_update_full_grad():
     def create_network():
@@ -204,6 +206,7 @@ def test_update_full_grad():
     assert same(full_grads_weights, svrg_mod._param_dict[0]['fc1_weight'])
 
 
+@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12510")
 @with_seed()
 def test_svrg_with_sgd():
     def create_module_with_sgd():
@@ -267,6 +270,7 @@ def test_svrg_with_sgd():
     assert svrg_mse < sgd_mse
 
 
+@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12510")
 @with_seed()
 def test_accumulate_kvstore():
     # Test KVStore behavior when push a list of values