mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
3bca0bb5c9
commit
1ff20bb3db
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user