Skip to content

Commit

Permalink
mark test_task_workflow_trigger_success as flaky (apache#42972) (apac…
Browse files Browse the repository at this point in the history
…he#43580)

(cherry picked from commit f1735b4)

Co-authored-by: GPK <[email protected]>
  • Loading branch information
utkarsharma2 and gopidesupavan authored Nov 1, 2024
1 parent 2f29c57 commit 0286c95
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 0286c95

Please sign in to comment.