mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Turn off internal retries for Android scenario app tests (flutter/engine#51689)
The idea is to make flakes more visible on the dashboard.
This commit is contained in:
parent
66c88b1d01
commit
75fc553fe7
@ -69,7 +69,7 @@
|
||||
"language": "dart",
|
||||
"name": "Android Scenario App Integration Tests (Impeller/Vulkan)",
|
||||
"test_timeout_secs": 900,
|
||||
"max_attempts": 2,
|
||||
"max_attempts": 1,
|
||||
"test_dependencies": [
|
||||
{
|
||||
"dependency": "android_virtual_device",
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
"language": "dart",
|
||||
"name": "Scenario App Integration Tests",
|
||||
"test_timeout_secs": 900,
|
||||
"max_attempts": 2,
|
||||
"max_attempts": 1,
|
||||
"test_dependencies": [
|
||||
{
|
||||
"dependency": "android_virtual_device",
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
"language": "dart",
|
||||
"name": "Android Scenario App Integration Tests (Impeller/OpenGLES)",
|
||||
"test_timeout_secs": 900,
|
||||
"max_attempts": 2,
|
||||
"max_attempts": 1,
|
||||
"test_dependencies": [
|
||||
{
|
||||
"dependency": "android_virtual_device",
|
||||
@ -62,7 +62,7 @@
|
||||
"language": "dart",
|
||||
"name": "Android Scenario App Integration Tests (Impeller/OpenGLES, SurfaceTexture)",
|
||||
"test_timeout_secs": 900,
|
||||
"max_attempts": 2,
|
||||
"max_attempts": 1,
|
||||
"test_dependencies": [
|
||||
{
|
||||
"dependency": "android_virtual_device",
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
"language": "dart",
|
||||
"name": "Android Scenario App Integration Tests (Skia)",
|
||||
"test_timeout_secs": 900,
|
||||
"max_attempts": 2,
|
||||
"max_attempts": 1,
|
||||
"test_dependencies": [
|
||||
{
|
||||
"dependency": "android_virtual_device",
|
||||
@ -63,7 +63,7 @@
|
||||
"language": "dart",
|
||||
"name": "Android Scenario App Integration Tests (Skia, SurfaceTexture)",
|
||||
"test_timeout_secs": 900,
|
||||
"max_attempts": 2,
|
||||
"max_attempts": 1,
|
||||
"test_dependencies": [
|
||||
{
|
||||
"dependency": "android_virtual_device",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user