From 0009cc358ff7e2c06d67b239cfa1f054cff93132 Mon Sep 17 00:00:00 2001 From: John McDole Date: Mon, 13 Jan 2025 15:14:39 -0800 Subject: [PATCH] Mark `Mac_mokey microbenchmarks` as flakey (#161550) Random seed 349875783 is failing half the time. ``` flutter run -v -d IR65S859OJ4HAY6P --profile lib/benchmark_collection.dart --dart-define=seed=349875783 ``` I'm concerned that this sometimes passes, which points to some hidden timing bugs. --- .ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci.yaml b/.ci.yaml index ef120b3a66..f2f0128569 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -4813,6 +4813,7 @@ targets: - name: Mac_mokey microbenchmarks recipe: devicelab/devicelab_drone presubmit: false + bringup: true # Flaky: codefu timeout: 60 properties: tags: >