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/31 06:59:28 UTC

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

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 c8241cb  Update test_kvstore.py (#9639)
c8241cb is described below

commit c8241cbbc5e924384a92bf484859c17d7aa2a721
Author: Haibin Lin <li...@gmail.com>
AuthorDate: Tue Jan 30 22:59:24 2018 -0800

    Update test_kvstore.py (#9639)
---
 tests/python/unittest/test_kvstore.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/python/unittest/test_kvstore.py b/tests/python/unittest/test_kvstore.py
index bb903f4..174d577 100644
--- a/tests/python/unittest/test_kvstore.py
+++ b/tests/python/unittest/test_kvstore.py
@@ -61,7 +61,6 @@ 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
jxie@apache.org.