Skip to content

Commit 97742df

Browse files
authored
Add test_waits_for_flow_run_to_finish to flaky tests (PrefectHQ#5089)
1 parent 880d18b commit 97742df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tasks/prefect/test_flow_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def test_does_not_allow_current_flow_run(self):
194194
):
195195
get_task_run_result.run(flow_run_id="id", task_slug="foo")
196196

197+
@pytest.mark.flaky
197198
def test_waits_for_flow_run_to_finish(self, MockFlowRunView, monkeypatch):
198199
# Create a fake flow run that is 'Running' then 'Finished'
199200
flow_run = MagicMock()

0 commit comments

Comments
 (0)