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

marcoabreu 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 a6ecb59  Disable test_io.test_CSVIter (#12146)
a6ecb59 is described below

commit a6ecb5919d867e8c01acbaaadad2a3cc24638530
Author: Marco de Abreu <marcoab...@users.noreply.github.com>
AuthorDate: Mon Aug 13 17:20:52 2018 +0200

    Disable test_io.test_CSVIter (#12146)
---
 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 4dfa69c..ddb06f9 100644
--- a/tests/python/unittest/test_io.py
+++ b/tests/python/unittest/test_io.py
@@ -309,6 +309,7 @@ def test_DataBatch():
         'DataBatch: data shapes: \[\(2L?, 3L?\), \(7L?, 8L?\)\] label shapes: 
\[\(4L?, 5L?\)\]', str(batch)))
 
 
+@unittest.skip("Broken test: 
https://github.com/apache/incubator-mxnet/issues/12139";)
 def test_CSVIter():
     def check_CSVIter_synthetic(dtype='float32'):
         cwd = os.getcwd()

Reply via email to