This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch leezu-patch-3 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
commit bc895e137d6235edf917036f3692e4d8dd25431b Author: Leonard Lausen <[email protected]> AuthorDate: Thu Nov 5 12:12:30 2020 -0800 Mark test_sparse_storage_fallback as flaky --- tests/python/unittest/test_sparse_operator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/unittest/test_sparse_operator.py b/tests/python/unittest/test_sparse_operator.py index 0f26df6..694ee16 100644 --- a/tests/python/unittest/test_sparse_operator.py +++ b/tests/python/unittest/test_sparse_operator.py @@ -1645,6 +1645,7 @@ def test_sparse_square_sum(): @pytest.mark.serial [email protected] def test_sparse_storage_fallback(): """ test operators which don't implement FComputeEx or FStatefulComputeEx """ def check_broadcast_add(shape, lhs_stype, rhs_stype):
