This is an automated email from the ASF dual-hosted git repository.

bugraoz pushed a commit to branch make-airflow-integration-test-flaky
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit e4d028acb184fa621941c3cc691ca96d90360159
Author: bugraoz93 <[email protected]>
AuthorDate: Tue Jan 6 23:17:31 2026 +0100

    Mark airflowctl commands test as flaky with retries and change shadow 
naming in parametrize
---
 airflow-ctl-tests/tests/airflowctl_tests/test_airflowctl_commands.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/airflow-ctl-tests/tests/airflowctl_tests/test_airflowctl_commands.py 
b/airflow-ctl-tests/tests/airflowctl_tests/test_airflowctl_commands.py
index 2dc11f0a7e8..557358261df 100644
--- a/airflow-ctl-tests/tests/airflowctl_tests/test_airflowctl_commands.py
+++ b/airflow-ctl-tests/tests/airflowctl_tests/test_airflowctl_commands.py
@@ -121,8 +121,9 @@ TEST_COMMANDS = [
 ]
 
 
[email protected](reruns=2)
 @pytest.mark.parametrize(
-    "command", TEST_COMMANDS, ids=[" ".join(id.split(" ", 2)[:2]) for id in 
TEST_COMMANDS]
+    "command", TEST_COMMANDS, ids=[" ".join(command.split(" ", 2)[:2]) for 
command in TEST_COMMANDS]
 )
 def test_airflowctl_commands(command: str):
     """Test airflowctl commands using docker-compose environment."""

Reply via email to