shahar1 commented on PR #60410: URL: https://github.com/apache/airflow/pull/60410#issuecomment-3898169406
Started to get these failures in the [CI](https://github.com/apache/airflow/actions/runs/21993456975/job/63548111350?pr=61848) when running `Non-DB tests: core / Non-DB-core::3.10:Always`, could it be related to the changes in this PR? For example: https://github.com/apache/airflow/actions/runs/21993456975/job/63548111350?pr=61848 ```bash FAILED airflow-core/tests/unit/always/test_providers_manager.py::TestWithoutCheckProviderManager::test_executors_without_check_property_should_not_called_import_string - AssertionError: assert equals failed set() set([ ( 'airflow.providers.amazon.aws.auth_manager.aws_auth_manager.AwsAuthManager', 'apache-airflow-providers-amazon', ), ( 'airflow.providers.fab.auth_manager.fab_auth_manager.FabAuthManager', 'apache-airflow-providers-fab', ), ( 'airflow.providers.keycloak.auth_manager.keycloak_auth_manager.KeycloakAuthManager', 'apache-airflow-providers-keycloak', ), ]) ================================================================== 1 failed, 213 passed, 1512 skipped, 1 xfailed, 5 warnings in 59.03s =================================================================== ``` -- 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]
