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:
stuartmorgan
2023-01-21 11:52:22 -08:00
committed by GitHub
parent e3e2cf3b3b
commit e61771cd08

View File

@ -191,13 +191,7 @@ task:
CHANNEL: "stable"
<< : *INSTALL_CHROME_LINUX
local_tests_script:
# flutter_image
# 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 ###
- name: web-build_all_packages
env:
@ -331,15 +325,9 @@ task:
CHANNEL: "master"
CHANNEL: "stable"
local_tests_script:
# flutter_image
# https://github.com/flutter/flutter/issues/100387
# script/configs/linux_only_custom_test.yaml
# 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
- else
- ./script/tool_runner.sh custom-test --exclude=flutter_image,script/configs/linux_only_custom_test.yaml
- fi
### iOS tasks ###
- name: ios-platform_tests
# Don't run full platform tests on both channels in pre-submit.