From 21f773b8cf6db72f4d7f7b137ab19c233a2e68e4 Mon Sep 17 00:00:00 2001 From: Gray Mackall <34871572+gmackall@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:40:09 -0700 Subject: [PATCH] Unmark java11 tests as bringup:true (#151612) These tests aren't actually new, they are old tests that had to be broken out to a new shard in https://github.com/flutter/flutter/pull/151433/. So they've already been passing for some time, and are still passing on their new shard, so they should be safe to mark as not `bringup:true`. --- .ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index cb16703629..adf36a6f78 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -1169,7 +1169,6 @@ targets: - name: Linux android_java11_tool_integration_tests recipe: flutter/flutter_drone - bringup: true timeout: 60 properties: add_recipes_cq: "true"