Unverified Commit 51af82d3 authored by Casey Hillers's avatar Casey Hillers Committed by GitHub

[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
parent 88341867
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment