Skip to content

Commit

Permalink
Fix flaky tests for test_laop_4 (apache#11972)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushghai authored and aaronmarkham committed Aug 6, 2018
1 parent e95132a commit 559501b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5465,8 +5465,9 @@ def test_laop_3():
check_grad(test_syevd_l_4, [a_batch])


# Seed set because the test is not robust enough to operate on random data
@with_seed(1896893923)
# @piyushghai - Removing the fixed seed for this test.
# Issue for flakiness is tracked at - https://github.com/apache/incubator-mxnet/issues/11721
@with_seed()
def test_laop_4():
# Currently disabled on GPU as syevd needs cuda8
# and MxNet builds use cuda 7.5
Expand Down

0 comments on commit 559501b

Please sign in to comment.