You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/02 18:18:14 UTC

[GitHub] vandanavk commented on a change in pull request #11950: Re-enabling test_ndarray.test_cached

vandanavk commented on a change in pull request #11950: Re-enabling test_ndarray.test_cached
URL: https://github.com/apache/incubator-mxnet/pull/11950#discussion_r207325791
 
 

 ##########
 File path: tests/python/unittest/test_ndarray.py
 ##########
 @@ -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():
 
 Review comment:
   @haojin2  Re-submitted with this change. Thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services