diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py index c385c57cf69d..f58f0e4ebd40 100644 --- a/tests/python/unittest/test_operator.py +++ b/tests/python/unittest/test_operator.py @@ -5736,6 +5736,7 @@ def test_stack(): check_numeric_gradient(out, inputs) +@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12329") @with_seed() def test_dropout(): def zero_count(array, ratio):