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

Commit

Permalink
Disable flaky test test_operator.test_dropout
Browse files Browse the repository at this point in the history
  • Loading branch information
lebeg committed Nov 10, 2018
1 parent 27dc5c8 commit 9630e9d
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 @@ -5736,6 +5736,7 @@ def test_stack():
check_numeric_gradient(out, inputs)


@unittest.skip("Flaky test https://github.com/apache/incubator-mxnet/issues/12329")
@with_seed()
def test_dropout():
def zero_count(array, ratio):
Expand Down

0 comments on commit 9630e9d

Please sign in to comment.