From c4cae6ea7b7732ec0432cf899a274a96ced528b1 Mon Sep 17 00:00:00 2001 From: perdasilva Date: Wed, 13 Mar 2019 16:19:53 +0100 Subject: [PATCH] Disables flaky test_operator.test_sgld test (#14410) --- tests/python/unittest/test_optimizer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/unittest/test_optimizer.py b/tests/python/unittest/test_optimizer.py index 3fdd1cd6bb87..68aa5f8e4d8e 100644 --- a/tests/python/unittest/test_optimizer.py +++ b/tests/python/unittest/test_optimizer.py @@ -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