Disable flutter_driver_screenshot_test_ios. (#53358)

This commit is contained in:
Chris Yang 2020-04-08 12:32:03 -07:00 committed by GitHub
parent a0f7f6ca6d
commit fc06d3feb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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