Skip to content

Commit

Permalink
Disables flaky test_operator.test_sgld test (apache#14410)
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva authored and haohuw committed Jun 23, 2019
1 parent 2742de9 commit db6e98c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ def update(self, index, weight, grad, state):


@with_seed()
@unittest.skip("test fails intermittently. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/14241")
def test_sgld():
opt1 = PySGLD
opt2 = mx.optimizer.SGLD
Expand Down

0 comments on commit db6e98c

Please sign in to comment.