From 34accfe6672c59b21a6d878854339d48c5c54276 Mon Sep 17 00:00:00 2001 From: Lin Yuan Date: Wed, 30 Jan 2019 16:51:18 -0800 Subject: [PATCH] re-enable test after issue fixed https://github.com/apache/incubator-mxnet/issues/10973 --- 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 146836c28459..864cd8c77833 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