From fc06d3feb3882e0ea75e400ea36f6b3bef9f7502 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Wed, 8 Apr 2020 12:32:03 -0700 Subject: [PATCH] Disable `flutter_driver_screenshot_test_ios`. (#53358) --- dev/devicelab/manifest.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/dev/devicelab/manifest.yaml b/dev/devicelab/manifest.yaml index 746301759e2..d876bacc7b7 100644 --- a/dev/devicelab/manifest.yaml +++ b/dev/devicelab/manifest.yaml @@ -570,13 +570,6 @@ tasks: 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 @@ tasks: # 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