File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -191,13 +191,7 @@ task:
191191 CHANNEL : " stable"
192192 << : *INSTALL_CHROME_LINUX
193193 local_tests_script :
194- # flutter_image
195- # https://github.com/flutter/flutter/issues/100387
196- - if [[ "$CHANNEL" == "master" ]]; then
197- - ./script/tool_runner.sh custom-test
198- - else
199- - ./script/tool_runner.sh custom-test --exclude=flutter_image
200- - fi
194+ - ./script/tool_runner.sh custom-test
201195 # ## Web tasks ###
202196 - name : web-build_all_packages
203197 env :
@@ -331,15 +325,9 @@ task:
331325 CHANNEL : " master"
332326 CHANNEL : " stable"
333327 local_tests_script :
334- # flutter_image
335- # https://github.com/flutter/flutter/issues/100387
336328 # script/configs/linux_only_custom_test.yaml
337329 # Custom tests need Chrome for these packages. (They run in linux-custom_package_tests)
338- - if [[ "$CHANNEL" == "master" ]]; then
339- - ./script/tool_runner.sh custom-test --exclude=script/configs/linux_only_custom_test.yaml
340- - else
341- - ./script/tool_runner.sh custom-test --exclude=flutter_image,script/configs/linux_only_custom_test.yaml
342- - fi
330+ - ./script/tool_runner.sh custom-test --exclude=script/configs/linux_only_custom_test.yaml
343331 # ## iOS tasks ###
344332 - name : ios-platform_tests
345333 # Don't run full platform tests on both channels in pre-submit.
You can’t perform that action at this time.
0 commit comments