Skip to content

Commit 3d499cb

Browse files
jlcontrerasmarcoabreu
authored andcommitted
Disabled flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker (apache#13527)
1 parent f2dcd7c commit 3d499cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/python/unittest/test_gluon_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def _dataset_transform_fn(x, y):
7878
return x, y
7979

8080
@with_seed()
81+
@unittest.skip("Flaky test: https://github.com/apache/incubator-mxnet/issues/13484")
8182
def test_recordimage_dataset_with_data_loader_multiworker():
8283
recfile = prepare_record()
8384
dataset = gluon.data.vision.ImageRecordDataset(recfile)

0 commit comments

Comments
 (0)