Skip to content

Commit

Permalink
Disables flaky test_l2_normalization (apache#15006)
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva authored and haohuw committed Jun 23, 2019
1 parent aaa25c3 commit 38124e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']:
Expand Down

0 comments on commit 38124e3

Please sign in to comment.