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/11/04 21:20:06 UTC

[incubator-mxnet] branch master updated: Mark test_lstm_clip as flaky (#19474)

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 aa4e3ac  Mark test_lstm_clip as flaky (#19474)
aa4e3ac is described below

commit aa4e3acf4e09ae91f5f4ca2d1f29a218a4489bb3
Author: Leonard Lausen <la...@amazon.com>
AuthorDate: Wed Nov 4 21:17:53 2020 +0000

    Mark test_lstm_clip as flaky (#19474)
---
 tests/python/gpu/test_gluon_gpu.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/python/gpu/test_gluon_gpu.py b/tests/python/gpu/test_gluon_gpu.py
index 777e893..310643b 100644
--- a/tests/python/gpu/test_gluon_gpu.py
+++ b/tests/python/gpu/test_gluon_gpu.py
@@ -15,7 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-from __future__ import print_function
 import sys
 import os
 import time
@@ -128,6 +127,7 @@ def test_lstmp():
 
 
 @assert_raises_cudnn_not_satisfied(min_version='7.2.1')
+@pytest.mark.flaky
 def test_lstm_clip():
     hidden_size, projection_size = 4096, 2048
     batch_size, seq_len = 32, 80