marcoabreu closed pull request #13527: [Flaky test] Disable 
test_gluon_data.test_recordimage_dataset_with_dat…
URL: https://github.com/apache/incubator-mxnet/pull/13527
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/python/unittest/test_gluon_data.py 
b/tests/python/unittest/test_gluon_data.py
index e4206095f9b..d043a7c6b80 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)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to