jscheffl opened a new pull request, #41236: URL: https://github.com/apache/airflow/pull/41236
Related: https://github.com/apache/airflow/pull/41067 Sounds a bit strange but in the RPC API tests the pytest spawns its own internal flask server which conflicts with the separate started by pytest. As long as we do not have only/exclusive internal API tests, we must disable these in isolation mode. I tried to make them working but also if the internal API server is started in pytest, a DB access is needed which heavily conflicts with the traceback session mode. Main conflict is within `minimal_app_for_internal_api()` mock -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org