From 0fc1bcaa35e76d42a2615c0cdf88d700ba7b82f1 Mon Sep 17 00:00:00 2001 From: perdasilva Date: Thu, 23 May 2019 01:13:58 +0200 Subject: [PATCH] Disables flaky test_random_size_crop (#15019) --- tests/python/unittest/test_image.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/unittest/test_image.py b/tests/python/unittest/test_image.py index 6b212da26d62..53c630f9e407 100644 --- a/tests/python/unittest/test_image.py +++ b/tests/python/unittest/test_image.py @@ -356,6 +356,7 @@ def test_det_augmenters(self): pass @with_seed() + @unittest.skip('Flaky test. Skipping until a solution can be found. Tracked by https://github.com/apache/incubator-mxnet/issues/14718') def test_random_size_crop(self): # test aspect ratio within bounds width = np.random.randint(100, 500)