Move scenario_app integration tests back to max_attempts: 2. (flutter/engine#51838)

This seems to be the flakiest target, and is/was making our CI red all day.

Related: https://github.com/flutter/flutter/issues/145988.
This commit is contained in:
Matan Lurey 2024-04-01 17:56:14 -07:00 committed by GitHub
parent 3bca0bb5c9
commit 1ff20bb3db

View File

@ -39,7 +39,7 @@
"language": "dart",
"name": "Android Scenario App Integration Tests (Skia)",
"test_timeout_secs": 900,
"max_attempts": 1,
"max_attempts": 2,
"test_dependencies": [
{
"dependency": "android_virtual_device",