Skip to content

Commit

Permalink
Disabled flaky test test_gluon_data.test_recordimage_dataset_with_dat…
Browse files Browse the repository at this point in the history
…a_loader_multiworker (apache#13527)
  • Loading branch information
jlcontreras authored and zhaoyao73 committed Dec 9, 2018
1 parent 613d48c commit bffd3b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_gluon_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def _dataset_transform_fn(x, y):
return x, y

@with_seed()
@unittest.skip("Flaky test: https://github.com/apache/incubator-mxnet/issues/13484")
def test_recordimage_dataset_with_data_loader_multiworker():
recfile = prepare_record()
dataset = gluon.data.vision.ImageRecordDataset(recfile)
Expand Down

0 comments on commit bffd3b4

Please sign in to comment.