Skip to content

Commit

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

0 comments on commit f7efa30

Please sign in to comment.