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

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 (#13527)
  • Loading branch information
jlcontreras authored and marcoabreu committed Dec 4, 2018
1 parent f2dcd7c commit 3d499cb
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 3d499cb

Please sign in to comment.