[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
This commit is contained in:
Casey Hillers 2024-01-09 12:02:15 -08:00 committed by GitHub
parent 8834186741
commit 51af82d3db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: