Skip to content

Commit 1c7fba7

Browse files
mark test_task_workflow_trigger_success as flaky (#42972) (#43580)
(cherry picked from commit f1735b4) Co-authored-by: GPK <[email protected]> (cherry picked from commit 0286c95)
1 parent 08bbf89 commit 1c7fba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/triggers/test_external_task.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class TestWorkflowTrigger:
4242
RUN_ID = "external_task_run_id"
4343
STATES = ["success", "fail"]
4444

45+
@pytest.mark.flaky(reruns=5)
4546
@mock.patch("airflow.triggers.external_task._get_count")
4647
@pytest.mark.asyncio
4748
async def test_task_workflow_trigger_success(self, mock_get_count):

0 commit comments

Comments
 (0)