From 1962e7fd1aed8752b5cebcbc16126799e8cf5e18 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Wed, 17 Jul 2024 11:02:11 -0700 Subject: [PATCH] Stop running flaky mac tests in presubmit (#151870) For currently unknown reasons, this test is failing at a rate >10% but only in presubmit. This is blocking many engine -> framework rolls, requiring a lot of manual intervention from the sheriff. https://github.com/flutter/flutter/issues/150642 --- .ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index c49dcbebce..ff7e45df2f 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -3345,6 +3345,8 @@ targets: - name: Mac build_ios_framework_module_test recipe: devicelab/devicelab_drone timeout: 60 + # Flake rate of >3.5% in presubmit + presubmit: false # https://github.com/flutter/flutter/issues/150642 properties: add_recipes_cq: "true" dependencies: >- @@ -3457,6 +3459,8 @@ targets: - name: Mac_arm64 build_tests_1_4 recipe: flutter/flutter_drone timeout: 60 + # Flake rate of >2.5% in presubmit + presubmit: false # https://github.com/flutter/flutter/issues/150642 properties: add_recipes_cq: "true" dependencies: >- @@ -3863,6 +3867,8 @@ targets: - name: Mac_arm64 module_test_ios recipe: devicelab/devicelab_drone timeout: 60 + # Flake rate of >10% in presubmit + presubmit: false # https://github.com/flutter/flutter/issues/150642 properties: dependencies: >- [ @@ -4044,6 +4050,8 @@ targets: - name: Mac tool_integration_tests_1_4 recipe: flutter/flutter_drone timeout: 60 + # Flake rate of >2.5% in presubmit + presubmit: false # https://github.com/flutter/flutter/issues/150642 properties: add_recipes_cq: "true" dependencies: >-