Skip to content

Commit

Permalink
Move scenario_app integration tests back to max_attempts: 2. (#51838)
Browse files Browse the repository at this point in the history
This seems to be the flakiest target, and is/was making our CI red all day.

Related: flutter/flutter#145988.
  • Loading branch information
matanlurey authored Apr 2, 2024
1 parent 9a513de commit 370e325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/builders/linux_android_emulator_skia.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 370e325

Please sign in to comment.