You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/10/31 12:15:36 UTC

[incubator-mxnet] branch master updated: Disable flaky test test_operator.test_dropout (#13057)

This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 03c4020  Disable flaky test test_operator.test_dropout (#13057)
03c4020 is described below

commit 03c402032f35acef02babce4155ea85dfdad4b99
Author: Chance Bair <ch...@gmail.com>
AuthorDate: Wed Oct 31 13:15:10 2018 +0100

    Disable flaky test test_operator.test_dropout (#13057)
---
 tests/python/unittest/test_operator.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py
index 3292541..de48f62 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -5792,6 +5792,7 @@ def test_stack():
 
 
 @with_seed()
+@unittest.skip("Flaky test, tracked at https://github.com/apache/incubator-mxnet/issues/12314")
 def test_dropout():
     def zero_count(array, ratio):
         zeros = 0