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:13:37 UTC

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

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

 ##########
 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:
   Please put the link to the tracking issue in a comment like:
   ```Python
   # @<your-id>: Tracked at https://github.com/apache/incubator-mxnet/issues/8049.
   ```

----------------------------------------------------------------
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