Skip to content

Commit 03ef2b7

Browse files
marcoabreuazai91
authored andcommitted
Disable Flaky test test_operator.test_clip (apache#12902)
1 parent 98d4a0e commit 03ef2b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/python/unittest/test_operator.py

+1
Original file line numberDiff line numberDiff line change
@@ -3618,6 +3618,7 @@ def test_special_functions_using_scipy():
36183618

36193619

36203620
@with_seed()
3621+
@unittest.skip("Flaky test, tracked at https://github.com/apache/incubator-mxnet/issues/12901")
36213622
def test_clip():
36223623
data = mx.symbol.Variable('data')
36233624
shape = (30, 30)

0 commit comments

Comments
 (0)