From 6f2c1dd4396267430dada6162504a31b936130de Mon Sep 17 00:00:00 2001 From: Pedro Larroy Date: Tue, 4 Dec 2018 16:37:16 +0000 Subject: [PATCH] Revert "Disabled flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker (#13527)" This reverts commit 3d499cb3584919b767142c5596211a7f7fb18d50. --- tests/python/unittest/test_gluon_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python/unittest/test_gluon_data.py b/tests/python/unittest/test_gluon_data.py index d043a7c6b802..e4206095f9ba 100644 --- a/tests/python/unittest/test_gluon_data.py +++ b/tests/python/unittest/test_gluon_data.py @@ -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)