Skip to content

Commit

Permalink
Revert "Disabled flaky test test_gluon_data.test_recordimage_dataset_…
Browse files Browse the repository at this point in the history
…with_data_loader_multiworker (apache#13527)"

This reverts commit 3d499cb.
  • Loading branch information
larroy committed Dec 5, 2018
1 parent 5b3303b commit 6f2c1dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/unittest/test_gluon_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ 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 6f2c1dd

Please sign in to comment.