You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2018/01/28 16:45:02 UTC

[incubator-mxnet] branch master updated: Update test_io.py (#9607)

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

zhasheng 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 3a1093b  Update test_io.py (#9607)
3a1093b is described below

commit 3a1093b1f709916807f2d252552ba080a55d6f85
Author: Haibin Lin <li...@gmail.com>
AuthorDate: Sun Jan 28 08:44:57 2018 -0800

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

diff --git a/tests/python/unittest/test_io.py b/tests/python/unittest/test_io.py
index 61db593..c246be4 100644
--- a/tests/python/unittest/test_io.py
+++ b/tests/python/unittest/test_io.py
@@ -191,6 +191,7 @@ def test_NDArrayIter_csr():
         assert_almost_equal(batch.data[0].asnumpy(), expected)
         begin += batch_size
 
+@unittest.skip("test fails intermittently due to external dependency. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/9604")
 def test_LibSVMIter():
 
     def check_libSVMIter_synthetic():

-- 
To stop receiving notification emails like this one, please contact
zhasheng@apache.org.