From a75ea1cf82553b8243ff98d8accf77a221ea17d5 Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Tue, 2 Oct 2018 14:39:07 +0200 Subject: [PATCH] Re-enables test_dropout --- tests/python/unittest/test_operator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py index b5a7303195f1..173df6196451 100644 --- a/tests/python/unittest/test_operator.py +++ b/tests/python/unittest/test_operator.py @@ -5636,7 +5636,6 @@ def test_stack(): @with_seed() -@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12329") def test_dropout(): def zero_count(array, ratio): zeros = 0