Disable `flutter_driver_screenshot_test_ios`. (#53358)
diff --git a/dev/devicelab/manifest.yaml b/dev/devicelab/manifest.yaml index 7463017..d876bac 100644 --- a/dev/devicelab/manifest.yaml +++ b/dev/devicelab/manifest.yaml
@@ -570,13 +570,6 @@ required_agent_capabilities: ["mac/ios"] timeout_in_minutes: 20 - flutter_driver_screenshot_test_ios: - description: > - Screenshot tests running on a specifc iPhone 6. - The test makes sure that there is no regression while renderring an image with gl on iOS. - stage: devicelab_ios - required_agent_capabilities: ["mac/ios", "ios/gl-render-image"] - ios_platform_view_tests: description: > Runs end-to-end tests with platform views in the scene. @@ -796,3 +789,13 @@ # stage: devicelab # required_agent_capabilities: ["linux/android"] # flaky: true + + # TODO(cyanglaz): Enable this test when we know how to test gold in device labs + # Or completely remove this test to LUCI when LUCI supports physical iOS devices. + # flutter_driver_screenshot_test_ios: + # description: > + # Screenshot tests running on a specifc iPhone 6. + # The test makes sure that there is no regression while renderring an image with gl on iOS. + # stage: devicelab_ios + # required_agent_capabilities: ["mac/ios", "ios/gl-render-image"] + # flaky: true