From 57fa26cd5c8c543bce041abde84ade808cb2564d Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Mon, 15 Jul 2024 13:11:25 -0700 Subject: [PATCH] Retry plugin_test_ios in presubmit (#151773) For https://github.com/flutter/flutter/issues/151772 This test is flaking frequently in presubmit and blocking engine -> framework rolls as in https://github.com/flutter/flutter/pull/151762 that only contained a Skia roll. --- .ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index bfbf8f415ff..6042e431570 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -3979,6 +3979,9 @@ targets: tags: > ["devicelab", "hostonly", "mac"] task_name: plugin_test_ios + # Retry for flakes caused by https://github.com/flutter/flutter/issues/151772 + presubmit_max_attempts: "2" + test_timeout_secs: "3600" runIf: - dev/** - packages/flutter_tools/**