leezu commented on a change in pull request #17962: Fix Windows GPU CI
URL: https://github.com/apache/incubator-mxnet/pull/17962#discussion_r402568458
##########
File path: tests/python/unittest/test_gluon_data.py
##########
@@ -285,6 +285,11 @@ def test_multi_worker_dataloader_release_pool():
def test_dataloader_context():
+ if os.name == 'nt':
+ print("Skipping test_dataloader_context on Windows due to "
+ "https://github.com/apache/incubator-mxnet/issues/17961")
Review comment:
Please provide a technical reason for using g3. Currently Jenkins faces
connectivity issues on g3 instance.
----------------------------------------------------------------
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