omkar-foss commented on PR #40881: URL: https://github.com/apache/airflow/pull/40881#issuecomment-2238570589
Build is failing due to a KeyError in breeze selective checks [here](https://github.com/apache/airflow/actions/runs/10003952144/job/27651743609?pr=40881#step:10:653). But this PR has only API-related tests (no Provider-related code changes). Could this be a bug @potiuk? The breeze selective checks code is breaking [here](https://github.com/apache/airflow/blob/main/dev/breeze/src/airflow_breeze/utils/selective_checks.py#L776) in this build, as `candidate_test_types` holds values `API` and `Always` so removing `Providers` throws the KeyError. -- 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]
