From 89a538aac3f07ad8514aab0e164f32943986812f Mon Sep 17 00:00:00 2001 From: Lin Yuan Date: Mon, 4 Feb 2019 10:57:30 -0800 Subject: [PATCH] re-enable test after issue fixed https://github.com/apache/incubator-mxnet/issues/10973 (#14032) --- tests/python/unittest/test_operator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py index 64897560435d..b8ff70752ea1 100644 --- a/tests/python/unittest/test_operator.py +++ b/tests/python/unittest/test_operator.py @@ -1380,7 +1380,6 @@ def check_deconvolution_target_shape(input_shape, kernel, stride, pad, adj, targ assert out_shapes[0] == (input_shape[0], 5) + target_shape -@unittest.skip("test fails intermittently. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/10973") @with_seed() def test_deconvolution(): # 2D