Skip to content

Commit

Permalink
Disabled flaky test (apache#13758)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcontreras authored and haohuw committed Jun 23, 2019
1 parent 02b811e commit 1a42a23
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 @@ -4391,6 +4391,7 @@ def test_1d_cond():
test_1d_cond()


@unittest.skip("Flaky test. Tracked in https://github.com/apache/incubator-mxnet/issues/13600")
@with_seed()
def test_softmin():
for ndim in range(1, 5):
Expand Down

0 comments on commit 1a42a23

Please sign in to comment.