Skip to content

Commit fff0824

Browse files
authored
Disable Xcode Debug tests (#132398)
Temporarily removes Xcode debug tests. Xcode tests are currently failing in CI for some infra-related issues. I have a fix for it (flutter/flutter#132318) that I confirmed worked in presubmit, but I think the logic is better suited to live in recipes. However, it's going to be a bit of a learning curve to update recipes and might take me a couple days so disabling them in the meantime. Tracking issue to readd when ready: flutter/flutter#132309
1 parent 2605e03 commit fff0824

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.ci.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3685,16 +3685,6 @@ targets:
36853685
["devicelab", "ios", "mac"]
36863686
task_name: flutter_gallery_ios__start_up
36873687

3688-
- name: Mac_ios flutter_gallery_ios__start_up_xcode_debug
3689-
recipe: devicelab/devicelab_drone
3690-
presubmit: false
3691-
timeout: 60
3692-
properties:
3693-
tags: >
3694-
["devicelab", "ios", "mac"]
3695-
task_name: flutter_gallery_ios__start_up_xcode_debug
3696-
bringup: true
3697-
36983688
- name: Mac_ios flutter_view_ios__start_up
36993689
recipe: devicelab/devicelab_drone
37003690
presubmit: false
@@ -3762,16 +3752,6 @@ targets:
37623752
["devicelab", "ios", "mac"]
37633753
task_name: integration_ui_ios_driver
37643754

3765-
- name: Mac_ios integration_ui_ios_driver_xcode_debug
3766-
recipe: devicelab/devicelab_drone
3767-
presubmit: false
3768-
timeout: 60
3769-
properties:
3770-
tags: >
3771-
["devicelab", "ios", "mac"]
3772-
task_name: integration_ui_ios_driver_xcode_debug
3773-
bringup: true
3774-
37753755
- name: Mac_ios integration_ui_ios_frame_number
37763756
recipe: devicelab/devicelab_drone
37773757
presubmit: false

0 commit comments

Comments
 (0)