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

zhasheng 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 91e8115  Disables flaky test_l2_normalization (#15006)
91e8115 is described below

commit 91e81150bfc11ae54ba8f0da5b0af26ade46a660
Author: perdasilva <[email protected]>
AuthorDate: Tue May 21 03:36:49 2019 +0200

    Disables flaky test_l2_normalization (#15006)
---
 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 ee94629..b26bff3 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -3353,6 +3353,7 @@ def check_l2_normalization(in_shape, mode, dtype, 
norm_eps=1e-10):
 
 
 @with_seed()
[email protected]("Flaky test: 
https://github.com/apache/incubator-mxnet/issues/15004";)
 def test_l2_normalization():
     for dtype in ['float16', 'float32', 'float64']:
         for mode in ['channel', 'spatial', 'instance']:

Reply via email to