The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 61b32a4009c72e6aa5e343648d63011425204a73 / Kaxil Naik <[email protected]> Fix failing main Test was failing here: https://github.com/apache/airflow/actions/runs/11482958870/job/31957874656?pr=43291 ``` =========================== short test summary info ============================ FAILED tests/always/test_project_structure.py::TestProjectStructure::test_providers_modules_should_have_tests - AssertionError: Detect added tests in providers module - please remove the tests from OVERLOOKED_TESTS list above assert equals failed set() set([ 'providers/tests/google/cloud /sensors/test_dataform.py', ]) = 1 failed, 12165 passed, 9445 skipped, 2 xfailed, 5 warnings in 571.47s (0:09:31) = ``` This was because the test was added in https://github.com/apache/airflow/pull/43055/ Report URL: https://github.com/apache/airflow/actions/runs/11483781813 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
