From 51af82d3dbd899f4a8dba4c6ff79a51a7d70e423 Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Tue, 9 Jan 2024 12:02:15 -0800 Subject: [PATCH] [ci.yaml] Do not run packaging test on presubmit (#141192) This test doesn't support presubmit as runs a separate git clone, which won't contain the presubmit hash. Fixes https://github.com/flutter/flutter/issues/141188 --- .ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index b3a6bc675af3..c8c2b5d74151 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -537,6 +537,7 @@ targets: - name: Linux flutter_packaging_test recipe: packaging/packaging + presubmit: false enabled_branches: - master properties: @@ -3280,6 +3281,7 @@ targets: - name: Mac flutter_packaging_test recipe: packaging/packaging + presubmit: false enabled_branches: - master properties: @@ -3292,6 +3294,7 @@ targets: - name: Mac_arm64 flutter_packaging_test recipe: packaging/packaging + presubmit: false enabled_branches: - master properties: @@ -5939,6 +5942,7 @@ targets: - name: Windows flutter_packaging_test recipe: packaging/packaging + presubmit: false enabled_branches: - master properties: