Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Disables flaky test_droupout (#15003)
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva authored and szha committed May 21, 2019
1 parent 91e8115 commit 6dd2dda
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 6dd2dda

Please sign in to comment.