You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/11/05 20:13:47 UTC

[incubator-mxnet] 01/01: Mark test_sparse_storage_fallback as flaky

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 <la...@amazon.com>
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
+@pytest.mark.flaky
 def test_sparse_storage_fallback():
     """ test operators which don't implement FComputeEx or FStatefulComputeEx """
     def check_broadcast_add(shape, lhs_stype, rhs_stype):