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 83ae3a3  Disable flaky test: test_spatial_transformer_with_type 
(#11930)
83ae3a3 is described below

commit 83ae3a3cd76ae9e314104f61b618eb046a3015fb
Author: Pedro Larroy <928489+lar...@users.noreply.github.com>
AuthorDate: Mon Jul 30 19:11:57 2018 +0200

    Disable flaky test: test_spatial_transformer_with_type (#11930)
    
    https://github.com/apache/incubator-mxnet/issues/11839
---
 tests/python/gpu/test_operator_gpu.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/gpu/test_operator_gpu.py 
b/tests/python/gpu/test_operator_gpu.py
index 99d8d09..8877b57 100644
--- a/tests/python/gpu/test_operator_gpu.py
+++ b/tests/python/gpu/test_operator_gpu.py
@@ -693,6 +693,7 @@ def test_grid_generator_with_type():
     check_consistency(sym, ctx_list, grad_req="add")
 
 
+@unittest.skip("test fails intermittently. temporarily disabled till it gets 
fixed.  https://github.com/apache/incubator-mxnet/issues/11839";)
 @with_seed()
 def test_spatial_transformer_with_type():
     data = mx.sym.Variable('data')

Reply via email to