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

Commit

Permalink
Disabled flaky test (#13758)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcontreras authored and marcoabreu committed Jan 11, 2019
1 parent 5086da1 commit 5282cdd
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 5282cdd

Please sign in to comment.