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 9, 2018
1 parent 27dc5c8 commit f881741
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/mkldnn
2 changes: 1 addition & 1 deletion 3rdparty/mshadow
2 changes: 1 addition & 1 deletion 3rdparty/ps-lite
2 changes: 1 addition & 1 deletion 3rdparty/tvm
Submodule tvm updated from 90db72 to 0f053c
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 f881741

Please sign in to comment.