From 18ff9a24db0c83bb2d81eec3e6dfdb4803425e7f Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Fri, 18 Oct 2019 12:28:46 -0700 Subject: [PATCH] temporarily disable system_debug_ios devicelab test (#43026) --- dev/devicelab/manifest.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev/devicelab/manifest.yaml b/dev/devicelab/manifest.yaml index 8909b9269f8..0fb8d472600 100644 --- a/dev/devicelab/manifest.yaml +++ b/dev/devicelab/manifest.yaml @@ -505,12 +505,13 @@ tasks: required_agent_capabilities: ["mac/ios"] timeout_in_minutes: 20 - system_debug_ios: - description: > - Tests that the Engine correctly initializes the system debugger for debug-mode iOS apps. - stage: devicelab_ios - required_agent_capabilities: ["mac/ios"] - timeout_in_minutes: 10 + # TODO(fujino): does not pass on iOS13 https://github.com/flutter/flutter/issues/41133 + # system_debug_ios: + # description: > + # Tests that the Engine correctly initializes the system debugger for debug-mode iOS apps. + # stage: devicelab_ios + # required_agent_capabilities: ["mac/ios"] + # timeout_in_minutes: 10 ios_sample_catalog_generator: description: >