apeforest commented on a change in pull request #17450: skipping tests that 
cannot fit in nightly CI machine
URL: https://github.com/apache/incubator-mxnet/pull/17450#discussion_r371991483
 
 

 ##########
 File path: tests/nightly/test_large_array.py
 ##########
 @@ -689,6 +693,7 @@ def check_pick():
         res = mx.nd.pick(a, b)
         assert res.shape == b.shape
 
+    @unittest.skip("Memory doesn't free up after stacked execution with other 
ops, tracked at https://github.com/apache/incubator-mxnet/issues/17411";)
 
 Review comment:
   this line is too long. please break it to meet PEP8 style

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


With regards,
Apache Git Services

Reply via email to