[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

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: