Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[Flaky Test] Disables flaky test_l2_normalization #15006

Merged
merged 1 commit into from
May 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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