kaxil commented on PR #36517:
URL: https://github.com/apache/airflow/pull/36517#issuecomment-1873860793
The failed test is unrelated to the PR and succeeds locally:
```
=========================== short test summary info
============================
FAILED
tests/cli/test_cli_parser.py::TestCliSubprocess::test_airflow_config_contains_providers
- AssertionError: assert 'celery_config_options' in ''
+ where '' = <bound method Path.read_text of
PosixPath('/root/airflow/airflow.cfg')>()
+ where <bound method Path.read_text of
PosixPath('/root/airflow/airflow.cfg')> =
PosixPath('/root/airflow/airflow.cfg').read_text
===== 1 failed, 304 passed, 1050 skipped, 1 xfailed, 9 warnings in 18.30s
======
```
--
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]