This is an automated email from the ASF dual-hosted git repository. zhenghuijin pushed a commit to branch v2.0.0.beta1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
commit eaa242495a53ff66c35dee427d16fbab144249eb Author: barry-jin <[email protected]> AuthorDate: Wed Mar 23 21:51:01 2022 -0700 skip flaky tests --- tests/python/unittest/test_gluon_estimator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/unittest/test_gluon_estimator.py b/tests/python/unittest/test_gluon_estimator.py index 9b5a9f3..d873532 100644 --- a/tests/python/unittest/test_gluon_estimator.py +++ b/tests/python/unittest/test_gluon_estimator.py @@ -251,6 +251,7 @@ def test_loss(): @mx.util.use_np [email protected](reason="skipping for now due to severe flakiness") def test_device(): ''' test with no device, list of device, invalid device ''' net = _get_test_network()
