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)