Skip to content

Commit

Permalink
mark test_task_workflow_trigger_success as flaky (#42972) (#43580)
Browse files Browse the repository at this point in the history
(cherry picked from commit f1735b4)

Co-authored-by: GPK <[email protected]>
(cherry picked from commit 0286c95)
  • Loading branch information
utkarsharma2 committed Nov 1, 2024
1 parent 08bbf89 commit 1c7fba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/triggers/test_external_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,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):
Expand Down

0 comments on commit 1c7fba7

Please sign in to comment.