mirror of
https://github.com/flutter/packages.git
synced 2025-06-28 22:02:38 +08:00
[ci] Add emulator tests on older Android version (#4616)
Adds new tasks to run integration tests on legacy Android emulators (API 22, since we don't currently have API 21 emulators available), so that we are getting more complete coverage of our supported OS versions. For now, excludes several plugins with TODOs and issues filed, so that the suite can be brought online in parallel with investigation of those issues. Most of https://github.com/flutter/flutter/issues/130010
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
# This plugin no-ops below API 25, which is newer than the legacy emulator.
|
||||
# This can be removed once the legacy emulator test is using at least
|
||||
# API level 25.
|
||||
- quick_actions
|
||||
- quick_actions_android
|
||||
# Fails on the legacy emulator. See https://github.com/flutter/flutter/issues/136823
|
||||
# TODO(stuartmorgan): Remove this if the limitation can be worked around.
|
||||
- video_player
|
||||
- video_player_android
|
||||
# Hangs on the legacy emulator. See https://github.com/flutter/flutter/issues/136824
|
||||
# TODO(stuartmorgan): Remove this if the hang can be fixed.
|
||||
- webview_flutter
|
||||
- webview_flutter_android
|
Reference in New Issue
Block a user