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.
This commit is contained in:
Zachary Anderson 2024-07-15 13:11:25 -07:00 committed by GitHub
parent 7cdc23b3e1
commit 57fa26cd5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/**