ashb commented on pull request #17201: URL: https://github.com/apache/airflow/pull/17201#issuecomment-896911672
This makes _every_ (or almost every) test run try to reach out to alibaba cloud in the oss-cn-hangzhou region, and is currently failing builds on main https://github.com/apache/airflow/runs/3290445260 ``` E Failed: Timeout >60.0s /usr/local/lib/python3.6/site-packages/urllib3/util/connection.py:86: Failed ``` From what I can tell this bucket region is unreachable outside China, which means in the _best_ case these tests will be skipped, and in the worst case as now they will be skipped. I think we have to revert this PR until we have a fix for this. Or at the very least we will skip these tests and we can't release this provider until the tests are actually running. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
