Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 370e325

Browse files
authored
Move scenario_app integration tests back to max_attempts: 2. (#51838)
This seems to be the flakiest target, and is/was making our CI red all day. Related: flutter/flutter#145988.
1 parent 9a513de commit 370e325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/builders/linux_android_emulator_skia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"language": "dart",
4040
"name": "Android Scenario App Integration Tests (Skia)",
4141
"test_timeout_secs": 900,
42-
"max_attempts": 1,
42+
"max_attempts": 2,
4343
"test_dependencies": [
4444
{
4545
"dependency": "android_virtual_device",

0 commit comments

Comments
 (0)