Skip to content

Commit

Permalink
[ci] Enable legacy Android emulator tests (#5190)
Browse files Browse the repository at this point in the history
Enables the new legacy emulator targets.

Fixes flutter/flutter#130010
  • Loading branch information
stuartmorgan committed Oct 25, 2023
1 parent d20b7e8 commit f751ffb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ targets:
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_1 master
recipe: packages/packages
timeout: 60
bringup: true # New target
properties:
target_file: android_legacy_emulator_tests.yaml
channel: master
Expand All @@ -561,7 +560,6 @@ targets:
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_2 master
recipe: packages/packages
timeout: 60
bringup: true # New target
properties:
target_file: android_legacy_emulator_tests.yaml
channel: master
Expand All @@ -571,7 +569,6 @@ targets:
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_3 master
recipe: packages/packages
timeout: 60
bringup: true # New target
properties:
target_file: android_legacy_emulator_tests.yaml
channel: master
Expand All @@ -581,7 +578,6 @@ targets:
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_4 master
recipe: packages/packages
timeout: 60
bringup: true # New target
properties:
target_file: android_legacy_emulator_tests.yaml
channel: master
Expand All @@ -591,7 +587,6 @@ targets:
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_5 master
recipe: packages/packages
timeout: 60
bringup: true # New target
properties:
target_file: android_legacy_emulator_tests.yaml
channel: master
Expand All @@ -601,7 +596,6 @@ targets:
- name: Linux_android_legacy android_platform_tests_legacy_api_shard_6 master
recipe: packages/packages
timeout: 60
bringup: true # New target
properties:
target_file: android_legacy_emulator_tests.yaml
channel: master
Expand Down

0 comments on commit f751ffb

Please sign in to comment.