-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
Internal: b/376074365
The packages PR https://github.com/flutter/packages/pull/7587/checks which only updates the targeted SDK for example apps and makes some tweaks to the manifests as necessary to do so is resulting in instrumentation test failures (https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8737614895298399505/+/u/Run_package_tests/Firebase_Test_Lab/stdout) for the camera_android and camera_android_camerax packages, either from timing out or from an image being taken at a higher than expected resolution.
Locally, running dart run script/tool/bin/flutter_plugin_tools.dart drive-examples --android --packages=camera_android_camerax,camera_android on the branch of that PR resulted in failed assertions for the image resolutions, as well. However, when checking out the main branch again, and running the above command on main, those tests continue to fail.