Skip to content

Commit

Permalink
re-enable test after issue fixed apache#10973 (apache#14032)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeforest authored and vdantu committed Mar 31, 2019
1 parent ff0a7b7 commit 89a538a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89a538a

Please sign in to comment.