o-nikolas commented on code in PR #48699:
URL: https://github.com/apache/airflow/pull/48699#discussion_r2027897482
##########
dev/breeze/src/airflow_breeze/utils/run_tests.py:
##########
@@ -396,6 +396,9 @@ def generate_args_for_pytest(
args.append(f"--ignore={group_folder}")
if test_group not in IGNORE_DB_INIT_FOR_TEST_GROUPS:
args.append("--with-db-init")
+ if test_group == GroupOfTests.SYSTEM:
+ # System tests will be inited with the api server is started
Review Comment:
Good catch, the "with" should probably also be "when" too. I'll make the
change :)
--
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]