From f21feac77d695206ebbb408e2b76dce862aa0467 Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Mon, 20 May 2019 10:21:20 +0200 Subject: [PATCH] Disables flaky test_l2_normalization --- 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 1768da237daf..4d56b69765ae 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() +@unittest.skip("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']: