Skip to content

Commit c0f0a22

Browse files
[ci] Re-enable pathified unit tests (#3268)
* [ci] Re-enable pathified unit tests Long-term, this should be fixed when we migrate Linux to LUCI since we can extend the timeout to cover pathalogical cases. For the short-to-medium term, I'm hoping we'll be fine since the PR that triggered this was very close to being the worst case we could have constructed, and it still almost made it within an hour. * Indentation fix
1 parent 5834b4c commit c0f0a22

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.cirrus.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,12 @@ task:
243243
CHANNEL: "stable"
244244
unit_test_script:
245245
- ./script/tool_runner.sh test --exclude=script/configs/dart_unit_tests_exceptions.yaml
246-
# TODO(stuartmorgan): Re-enable once https://github.com/flutter/packages/pull/3256 lands.
247-
#pathified_unit_test_script:
246+
pathified_unit_test_script:
248247
# Run tests with path-based dependencies to ensure that publishing
249248
# the changes won't break tests of other packages in the repository
250249
# that depend on it.
251-
#- ./script/tool_runner.sh make-deps-path-based --target-dependencies-with-non-breaking-updates
252-
#- $PLUGIN_TOOL_COMMAND test --run-on-dirty-packages --exclude=script/configs/dart_unit_tests_exceptions.yaml
250+
- ./script/tool_runner.sh make-deps-path-based --target-dependencies-with-non-breaking-updates
251+
- $PLUGIN_TOOL_COMMAND test --run-on-dirty-packages --exclude=script/configs/dart_unit_tests_exceptions.yaml
253252
- name: linux-custom_package_tests
254253
env:
255254
PATH: $PATH:/usr/local/bin

0 commit comments

Comments
 (0)