Skip to content

Commit

Permalink
Disables flaky test_random_size_crop (apache#15019)
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva authored and haohuw committed Jun 23, 2019
1 parent 5269879 commit 0fc1bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0fc1bca

Please sign in to comment.