From f6cd6b76c043f17f7bf6d89c81a7ebc615fbd54e Mon Sep 17 00:00:00 2001 From: Marco de Abreu Date: Mon, 13 Aug 2018 10:32:21 +0200 Subject: [PATCH] Disable test_io.test_CSVIter --- 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 4dfa69cc1050..ddb06f9052bb 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()