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

marcoabreu 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 84b9b41  Disable test_pooling_versions (#11518)
84b9b41 is described below

commit 84b9b411007bc5328dc4a81094a0dc1f7ef0f41f
Author: Marco de Abreu <marcoab...@users.noreply.github.com>
AuthorDate: Mon Jul 2 10:19:59 2018 +0200

    Disable test_pooling_versions (#11518)
---
 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 a995250..0605d66 100644
--- a/tests/python/gpu/test_operator_gpu.py
+++ b/tests/python/gpu/test_operator_gpu.py
@@ -741,6 +741,7 @@ def test_pooling_with_type():
     check_consistency(sym, ctx_list)
 
 
+@unittest.skip("Flaky test 
https://github.com/apache/incubator-mxnet/issues/11517";)
 @with_seed()
 def test_pooling_versions():
     def test_pooling_versions_helper(pool_op_list, data, kernel, pool_type, 
pad, stride, pooling_convention='valid',

Reply via email to