You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2018/01/12 19:19:37 UTC

[incubator-mxnet] branch master updated: Update test_kvstore.py (#9386)

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

jxie 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 68750bc  Update test_kvstore.py (#9386)
68750bc is described below

commit 68750bca202526f4209565b52c67070fea771338
Author: Haibin Lin <li...@gmail.com>
AuthorDate: Fri Jan 12 11:19:34 2018 -0800

    Update test_kvstore.py (#9386)
---
 tests/python/unittest/test_kvstore.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/unittest/test_kvstore.py b/tests/python/unittest/test_kvstore.py
index 174d577..bb903f4 100644
--- a/tests/python/unittest/test_kvstore.py
+++ b/tests/python/unittest/test_kvstore.py
@@ -61,6 +61,7 @@ def test_single_kv_pair():
     check_single_kv_pair(init_kv(), 3)
     check_single_kv_pair(init_kv_with_str(), 'a')
 
+@unittest.skip("test fails intermittently. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/9384")
 def test_row_sparse_pull():
     kv = init_kv_with_str('row_sparse')
     kv.init('e', mx.nd.ones(shape).tostype('row_sparse'))

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].