Skip to content

Commit

Permalink
Re-enabling test_ndarray/test_cached (apache#11950)
Browse files Browse the repository at this point in the history
Test passes on CPU and GPU (10000 runs)
  • Loading branch information
vandanavk authored and eric-haibin-lin committed Aug 4, 2018
1 parent 7f6099e commit 723e715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ def test_iter():
for i in range(x.size):
assert same(y[i].asnumpy(), x[i].asnumpy())

@unittest.skip("test fails intermittently. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/8049")
@with_seed()
def test_cached():
sym = mx.sym.Convolution(kernel=(3, 3), num_filter=10) + 2
op = mx.nd.CachedOp(sym)
Expand Down

0 comments on commit 723e715

Please sign in to comment.