You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by wk...@apache.org on 2019/03/11 04:00:53 UTC

[incubator-mxnet] branch master updated: Flaky test https://github.com/apache/incubator-mxnet/issues/14189 (#14190)

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

wkcn 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 47d4d66  Flaky test https://github.com/apache/incubator-mxnet/issues/14189 (#14190)
47d4d66 is described below

commit 47d4d66ac477ae560a0d34d06e9145ce422d0e9c
Author: Chance Bair <ch...@gmail.com>
AuthorDate: Mon Mar 11 05:00:37 2019 +0100

    Flaky test https://github.com/apache/incubator-mxnet/issues/14189 (#14190)
---
 tests/python/gpu/test_kvstore_gpu.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/gpu/test_kvstore_gpu.py b/tests/python/gpu/test_kvstore_gpu.py
index 8ff8752..23bab53 100644
--- a/tests/python/gpu/test_kvstore_gpu.py
+++ b/tests/python/gpu/test_kvstore_gpu.py
@@ -43,6 +43,7 @@ def init_kv_with_str(stype='default', kv_type='local'):
 # Not reproducible, so this test is back on random seeds.
 @with_seed()
 @unittest.skipIf(mx.context.num_gpus() < 2, "test_rsp_push_pull needs more than 1 GPU")
+@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/14189")
 def test_rsp_push_pull():
     def check_rsp_push_pull(kv_type, sparse_pull, is_push_cpu=True):
         kv = init_kv_with_str('row_sparse', kv_type)