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

Commit ce592b5

Browse files
authored
Turn off internal retries for Android scenario app tests (#51689)
The idea is to make flakes more visible on the dashboard.
1 parent 96c964b commit ce592b5

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

ci/builders/linux_android_emulator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"language": "dart",
7070
"name": "Android Scenario App Integration Tests (Impeller/Vulkan)",
7171
"test_timeout_secs": 900,
72-
"max_attempts": 2,
72+
"max_attempts": 1,
7373
"test_dependencies": [
7474
{
7575
"dependency": "android_virtual_device",

ci/builders/linux_android_emulator_api_33.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"language": "dart",
6464
"name": "Scenario App Integration Tests",
6565
"test_timeout_secs": 900,
66-
"max_attempts": 2,
66+
"max_attempts": 1,
6767
"test_dependencies": [
6868
{
6969
"dependency": "android_virtual_device",

ci/builders/linux_android_emulator_opengles.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"language": "dart",
3838
"name": "Android Scenario App Integration Tests (Impeller/OpenGLES)",
3939
"test_timeout_secs": 900,
40-
"max_attempts": 2,
40+
"max_attempts": 1,
4141
"test_dependencies": [
4242
{
4343
"dependency": "android_virtual_device",
@@ -62,7 +62,7 @@
6262
"language": "dart",
6363
"name": "Android Scenario App Integration Tests (Impeller/OpenGLES, SurfaceTexture)",
6464
"test_timeout_secs": 900,
65-
"max_attempts": 2,
65+
"max_attempts": 1,
6666
"test_dependencies": [
6767
{
6868
"dependency": "android_virtual_device",

ci/builders/linux_android_emulator_skia.json

Lines changed: 2 additions & 2 deletions
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": 2,
42+
"max_attempts": 1,
4343
"test_dependencies": [
4444
{
4545
"dependency": "android_virtual_device",
@@ -63,7 +63,7 @@
6363
"language": "dart",
6464
"name": "Android Scenario App Integration Tests (Skia, SurfaceTexture)",
6565
"test_timeout_secs": 900,
66-
"max_attempts": 2,
66+
"max_attempts": 1,
6767
"test_dependencies": [
6868
{
6969
"dependency": "android_virtual_device",

0 commit comments

Comments
 (0)