vincbeck commented on PR #32626: URL: https://github.com/apache/airflow/pull/32626#issuecomment-1638316931
All our system tests are failing because of this: https://aws-mwaa.github.io/open-source/system-tests/dashboard.html ``` ERROR tests/system/providers/amazon/aws/example_cloudformation.py::test_run - Exception: All test method files in tests/ must start with 'test_'. Seems that example_cloudformation.py contains <function get_test_run.<locals>.test_run at 0x7f8dbf4efdc0> that looks like a test case. Please rename the file to follow the test_* pattern if you want to run the tests in it. ``` Should be except system tests from this check? As far as I know all system tests are named `example_.....`. -- 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]
