Jkhall81 commented on PR #60008:
URL: https://github.com/apache/airflow/pull/60008#issuecomment-3703183934

   There are two failures in the CI, but they appear to be unrelated to the 
code changes:
   
   1. `tests/airflowctl_tests/test_airflowctl_commands.py`: Fails with an 
`AssertionError` on `dags pause` due to a missing positional argument. It seems 
to be a mismatch between the CLI and the integration test on the current `main` 
branch.
   
   2. 
`providers/microsoft/azure/tests/unit/microsoft/azure/triggers/test_wasb.py`: 
This is an `asyncio` task assertion failure with the Azure provider.
   
   My code changes were in 
`airflow-core/src/airflow/api_fastapi/common/parameters.py` and the 
corresponding unit tests, including the new ones, are passing. 


-- 
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]

Reply via email to