From 34de3401407a020b03c8dc4064e503b3e82da92d Mon Sep 17 00:00:00 2001 From: Chance Bair Date: Wed, 31 Oct 2018 10:38:23 +0100 Subject: [PATCH] Disable flaky test test_operator.test_dropout --- tests/python/unittest/test_operator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py index 329254124c70..de48f621baa4 100644 --- a/tests/python/unittest/test_operator.py +++ b/tests/python/unittest/test_operator.py @@ -5792,6 +5792,7 @@ def test_stack(): @with_seed() +@unittest.skip("Flaky test, tracked at https://github.com/apache/incubator-mxnet/issues/12314") def test_dropout(): def zero_count(array, ratio): zeros = 0