Skip to content

Commit 05665b5

Browse files
[ci] Re-enable all Android legacy emulator tests (#10141)
Now that the legacy emulators are API 31, not 22, these exclusions are stale. Fixes flutter/flutter#136824 Fixes flutter/flutter#136823
1 parent b3c2c34 commit 05665b5

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed
Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
# This plugin no-ops below API 25, which is newer than the legacy emulator.
2-
# This can be removed once the legacy emulator test is using at least
3-
# API level 25.
4-
- quick_actions
5-
- quick_actions_android
6-
# Fails on the legacy emulator. See https://github.com/flutter/flutter/issues/136823
7-
# TODO(stuartmorgan): Remove this if the limitation can be worked around.
8-
- video_player
9-
- video_player_android
10-
# Hangs on the legacy emulator. See https://github.com/flutter/flutter/issues/136824
11-
# TODO(stuartmorgan): Remove this if the hang can be fixed.
12-
- webview_flutter
13-
- webview_flutter_android
1+
# Currently no plugins need to be excluded, but this file is left
2+
# since it is likely that we will need this functionality in the future.
3+
[]

0 commit comments

Comments
 (0)