Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Flaky test #14189 (#14190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chancebair authored and wkcn committed Mar 11, 2019
1 parent 4f5cba5 commit 47d4d66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/gpu/test_kvstore_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 47d4d66

Please sign in to comment.