You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/12/04 13:12:56 UTC

[incubator-mxnet] branch master updated: Disabled flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker (#13527)

This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d499cb  Disabled flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker (#13527)
3d499cb is described below

commit 3d499cb3584919b767142c5596211a7f7fb18d50
Author: Jose Luis Contreras <jo...@gmail.com>
AuthorDate: Tue Dec 4 14:12:36 2018 +0100

    Disabled flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker (#13527)
---
 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 e420609..d043a7c 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)