From 83ae3a3cd76ae9e314104f61b618eb046a3015fb Mon Sep 17 00:00:00 2001 From: Pedro Larroy <928489+larroy@users.noreply.github.com> Date: Mon, 30 Jul 2018 19:11:57 +0200 Subject: [PATCH] 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 99d8d09805e2..8877b5739c1d 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')