From af8b9f8a9f7c735046c1795ff26a4cd94ec5fd8d Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Fri, 14 Apr 2023 10:46:01 -0700 Subject: [PATCH] Do not run mac unit tests on macmini7,1 (flutter/engine#41203) Impeller tests are hanging on Intel Haswell Iris Graphics 5100 (8086:0a2e) --- engine/src/flutter/.ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index 20ad33cac9..02732d5d38 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -338,6 +338,7 @@ targets: {"download_emsdk": true} add_recipes_cq: "true" build_host: "true" + mac_model: "Macmini8,1" timeout: 75 - name: Mac mac_android_aot_engine @@ -377,6 +378,7 @@ targets: [ "ios-16-0_14a5294e" ] + mac_model: "Macmini8,1" timeout: 75 - name: Mac Host clang-tidy