Skip to content

Commit e61771c

Browse files
Re-enable flutter_image tests on stable (#3077)
Stable has rolled several times since the test was failing on stable. Fixes flutter/flutter#100387
1 parent e3e2cf3 commit e61771c

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.cirrus.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)