-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
Trying to bring up API 22 emulators to replace the disable legacy API FTL tests (#130010), webview_flutter hangs forever in integration_test/webview_flutter_test.dart: Video playback policy Video plays inline.
It's interesting that the problem is related to video given #136823 is the other issue that was specific to this legacy emulator test.
I haven't tried to repro locally (I had issues getting a working 22 emulator locally) so I don't have any more information about what exactly is going wrong. For now I'm going to disable webview_flutter (and webview_flutter_android) in the legacy tests (via a new script/config/exclude_integration_android_legacy_emulator.yaml file I'm adding in the PR; the entry in that file will reference this issue) to unblocking bringing up the rest of the suite.