You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ns...@apache.org on 2018/11/12 06:08:58 UTC

[incubator-mxnet] branch v1.3.x updated: Disable flaky test test_operator.test_dropout (#13200)

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

nswamy pushed a commit to branch v1.3.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.3.x by this push:
     new 7fc344c  Disable flaky test test_operator.test_dropout (#13200)
7fc344c is described below

commit 7fc344c76930e13c3ae2ab49121262216db3306a
Author: Anton Chernov <me...@gmail.com>
AuthorDate: Mon Nov 12 07:08:43 2018 +0100

    Disable flaky test test_operator.test_dropout (#13200)
---
 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 c385c57..f58f0e4 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -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):