From f7efa30a14e0c3730de4cd9111c7d11adcb8a4cb Mon Sep 17 00:00:00 2001 From: perdasilva Date: Tue, 21 May 2019 03:37:03 +0200 Subject: [PATCH] Disables flaky test_droupout (#15003) --- 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 b26bff381a8a..18d2acec11c0 100644 --- a/tests/python/unittest/test_operator.py +++ b/tests/python/unittest/test_operator.py @@ -6472,6 +6472,7 @@ def test_stack(): @with_seed() +@unittest.skip("test fails intermittently. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/14288") def test_dropout(): def zero_count(array, ratio): zeros = 0