From f424ecf7b8bd159e2efdd66937bbfbe341b61be9 Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Tue, 21 May 2019 09:00:26 +0200 Subject: [PATCH] Disables flaky test_random_size_crop --- 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)