From 7770e752bc646215631e43c37cab27f61a2b78c7 Mon Sep 17 00:00:00 2001 From: Jose Luis Contreras Date: Tue, 4 Dec 2018 12:25:53 +0100 Subject: [PATCH] Disabled flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker --- tests/python/unittest/test_gluon_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/unittest/test_gluon_data.py b/tests/python/unittest/test_gluon_data.py index e4206095f9ba..d043a7c6b802 100644 --- a/tests/python/unittest/test_gluon_data.py +++ b/tests/python/unittest/test_gluon_data.py @@ -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)