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

rom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f1735b4c0c4 mark test_task_workflow_trigger_success as flaky (#42972)
f1735b4c0c4 is described below

commit f1735b4c0c4743ccd747a60c88310d6ef45bbdc7
Author: GPK <gopidesupa...@gmail.com>
AuthorDate: Sun Oct 13 05:36:27 2024 +0100

    mark test_task_workflow_trigger_success as flaky (#42972)
---
 tests/triggers/test_external_task.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/triggers/test_external_task.py 
b/tests/triggers/test_external_task.py
index ced867c4bd6..202eafb0b9e 100644
--- a/tests/triggers/test_external_task.py
+++ b/tests/triggers/test_external_task.py
@@ -36,6 +36,7 @@ class TestWorkflowTrigger:
     RUN_ID = "external_task_run_id"
     STATES = ["success", "fail"]
 
+    @pytest.mark.flaky(reruns=5)
     @mock.patch("airflow.triggers.external_task._get_count")
     @pytest.mark.asyncio
     async def test_task_workflow_trigger_success(self, mock_get_count):

Reply via email to