leezu commented on a change in pull request #17797: Skip
test_multi_worker_dataloader_release_pool
URL: https://github.com/apache/incubator-mxnet/pull/17797#discussion_r392607713
##########
File path: tests/python/unittest/test_gluon_data.py
##########
@@ -269,6 +269,12 @@ def test_multi_worker_dataloader_release_pool():
if os.name == 'nt':
print('Skip for windows since spawn on windows is too expensive.')
return
+
+ from sys import platform
+ if platform == 'darwin':
+ print('Skip for MacOS due to flaky failures')
Review comment:
```suggestion
print('Skip for MacOS due to
https://github.com/apache/incubator-mxnet/issues/17782')
```
----------------------------------------------------------------
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