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

anirudh2290 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 3d809c1  re-enable test after issue fixed 
https://github.com/apache/incubator-mxnet/issues/10973 (#14032)
3d809c1 is described below

commit 3d809c1adac52a7e376ddbfa369c7799baf63fd6
Author: Lin Yuan <apefor...@gmail.com>
AuthorDate: Mon Feb 4 10:57:30 2019 -0800

    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 6489756..b8ff707 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

Reply via email to