Skip to content

Commit

Permalink
mark test_task_workflow_trigger_success as flaky (apache#42972)
Browse files Browse the repository at this point in the history
  • Loading branch information
gopidesupavan authored Oct 13, 2024
1 parent 51f4302 commit f1735b4
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 @@ -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):
Expand Down

0 comments on commit f1735b4

Please sign in to comment.