marcoabreu commented on a change in pull request #17962: Fix Windows GPU CI
URL: https://github.com/apache/incubator-mxnet/pull/17962#discussion_r402571006
 
 

 ##########
 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:
   G3 represent the minimum we are verifying. G4 is compatible with G3 but not 
the other way around. 
   
   Do not change things if they do not work. I want to see some quality check 
before changes like this are made without checking with the community. 

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