From 9f1e7eda61831a9845c75301f41beac5ed317ec8 Mon Sep 17 00:00:00 2001 From: Mitchell Goodwin <58190796+MitchellGoodwin@users.noreply.github.com> Date: Fri, 28 Mar 2025 14:21:04 -0700 Subject: [PATCH] Remove bringup flag for customer tests (#166161) Fixes #166160 by reverting #166103. Customer tests were not finishing due to errors in devtools, caused by package:vm_service_protos being upgraded to 1.1.0 and desyncing with package:protobuf. [package:vm_service_protos ](https://pub.dev/packages/vm_service_protos)has been rolled back to 1.0.0, and the [devtool checks are passing again](https://github.com/flutter/devtools/actions/workflows/build.yaml), so marking the customer tests as unflaky again. --- .ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 62b9849c38..0c0601cbd9 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -572,7 +572,6 @@ targets: enabled_branches: - master recipe: flutter/flutter_drone - bringup: true # Timeout in minutes for the whole task. timeout: 60 properties: