mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 15:23:25 +08:00
Re-enable flutter_image tests on stable (#3077)
Stable has rolled several times since the test was failing on stable. Fixes https://github.com/flutter/flutter/issues/100387
This commit is contained in:
16
.cirrus.yml
16
.cirrus.yml
@ -191,13 +191,7 @@ task:
|
|||||||
CHANNEL: "stable"
|
CHANNEL: "stable"
|
||||||
<< : *INSTALL_CHROME_LINUX
|
<< : *INSTALL_CHROME_LINUX
|
||||||
local_tests_script:
|
local_tests_script:
|
||||||
# flutter_image
|
- ./script/tool_runner.sh custom-test
|
||||||
# https://github.com/flutter/flutter/issues/100387
|
|
||||||
- if [[ "$CHANNEL" == "master" ]]; then
|
|
||||||
- ./script/tool_runner.sh custom-test
|
|
||||||
- else
|
|
||||||
- ./script/tool_runner.sh custom-test --exclude=flutter_image
|
|
||||||
- fi
|
|
||||||
### Web tasks ###
|
### Web tasks ###
|
||||||
- name: web-build_all_packages
|
- name: web-build_all_packages
|
||||||
env:
|
env:
|
||||||
@ -331,15 +325,9 @@ task:
|
|||||||
CHANNEL: "master"
|
CHANNEL: "master"
|
||||||
CHANNEL: "stable"
|
CHANNEL: "stable"
|
||||||
local_tests_script:
|
local_tests_script:
|
||||||
# flutter_image
|
|
||||||
# https://github.com/flutter/flutter/issues/100387
|
|
||||||
# script/configs/linux_only_custom_test.yaml
|
# script/configs/linux_only_custom_test.yaml
|
||||||
# Custom tests need Chrome for these packages. (They run in linux-custom_package_tests)
|
# Custom tests need Chrome for these packages. (They run in linux-custom_package_tests)
|
||||||
- if [[ "$CHANNEL" == "master" ]]; then
|
- ./script/tool_runner.sh custom-test --exclude=script/configs/linux_only_custom_test.yaml
|
||||||
- ./script/tool_runner.sh custom-test --exclude=script/configs/linux_only_custom_test.yaml
|
|
||||||
- else
|
|
||||||
- ./script/tool_runner.sh custom-test --exclude=flutter_image,script/configs/linux_only_custom_test.yaml
|
|
||||||
- fi
|
|
||||||
### iOS tasks ###
|
### iOS tasks ###
|
||||||
- name: ios-platform_tests
|
- name: ios-platform_tests
|
||||||
# Don't run full platform tests on both channels in pre-submit.
|
# Don't run full platform tests on both channels in pre-submit.
|
||||||
|
Reference in New Issue
Block a user