You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2020/10/31 20:34:26 UTC

[incubator-mxnet] branch master updated: Mark test_foreach as garbage_expected (#19459)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new e486704  Mark test_foreach as garbage_expected (#19459)
e486704 is described below

commit e486704921c90c49b2a711b059099a4fefbf2328
Author: Leonard Lausen <la...@amazon.com>
AuthorDate: Sat Oct 31 14:31:52 2020 -0600

    Mark test_foreach as garbage_expected (#19459)
---
 tests/python/unittest/test_contrib_control_flow.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/unittest/test_contrib_control_flow.py b/tests/python/unittest/test_contrib_control_flow.py
index 7c45984..76fad4f 100644
--- a/tests/python/unittest/test_contrib_control_flow.py
+++ b/tests/python/unittest/test_contrib_control_flow.py
@@ -1114,6 +1114,7 @@ def test_contrib_rnn():
         check_contrib_rnn(cell_type, num_states)
 
 
+@pytest.mark.garbage_expected
 def test_foreach():
     v3 = mx.sym.var("v0")
     v4 = mx.sym.var("v1")