You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/04/06 17:02:10 UTC

[incubator-mxnet] 01/01: Skip test_kvstore_gpu.test_rsp_push_pull

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

lausen pushed a commit to branch leezu-patch-3
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit 3620fa10f955280b3d8d7b7f894e523545ba4a94
Author: Leonard Lausen <la...@amazon.com>
AuthorDate: Mon Apr 6 10:01:25 2020 -0700

    Skip test_kvstore_gpu.test_rsp_push_pull
---
 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 1dddc58..a986f70 100644
--- a/tests/python/gpu/test_kvstore_gpu.py
+++ b/tests/python/gpu/test_kvstore_gpu.py
@@ -45,6 +45,7 @@ def init_kv_with_str(stype='default', kv_type='local'):
 # Both of them are 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)