Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Disable test_io.test_CSVIter (#12146)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoabreu authored Aug 13, 2018
1 parent ee8755a commit a6ecb59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a6ecb59

Please sign in to comment.