-
Notifications
You must be signed in to change notification settings - Fork 126
Bump Zulip pin to update some tests that hard-code route animation duration #460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Zulip pin to update some tests that hard-code route animation duration #460
Conversation
justinmc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 . Thank you for the quick fix here!
chunhtai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@Piinks I think I also need a special review from someone like you? |
|
Interesting, I needed to enable the workflow. I will check in with the infra team on that. Good to go! |
|
autosubmit label was removed for flutter/tests/460, because - The status or check suite linux_tests (shard 1 of 3, 0) has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
It looks like the failure is actually in superlist's tests? Here's one file it's referring to: https://github.com/superlistapp/super_sliver_list/blob/main/example/lib/shell/app.dart How do we typically deal with that? |
|
Hmm, this is strange. I just saw another PR move along ok recently. Let me rebase this just in case. |
…ration This updates to the following change in Zulip: zulip/zulip-flutter@834834b zulip/zulip-flutter#1547 in order to unblock this PR: flutter/flutter#165832
78415f2 to
47060fc
Compare
This pulls in the 3 commits below: flutter/tests@7f55026...9a7ff44 2025-06-11 cbobbe@zulip.com Bump Zulip pin to update some tests that hard-code route animation duration (flutter/tests#460) 2025-06-10 37781044+piotruela@users.noreply.github.com Bump patrol tests to b8bcebf96ff13e37fdc5474804d68e2352e472a4 (flutter/tests#451) 2025-06-02 21270878+elliette@users.noreply.github.com Re-enable DevTools tests (flutter/tests#459) (using the command from 5ce5251 / flutter#162763 to make the log). The latest change just went into flutter/tests yesterday and is why I'm making this PR.
This updates to the following change in Zulip:
zulip/zulip-flutter@834834b
zulip/zulip-flutter#1547
in order to unblock this PR:
flutter/flutter#165832
Important
This repository is a testing suite that contains references to tests (in the
registrydirectory) that are run with every commit to Flutterto verify that no breaking changes have been introduced (in the "customer_testing" shards). Your merged PR is not automatically run in the
Flutter CI tree.
After merging this PR, you must send another PR to flutter/flutter updating
dev/customer_testing/tests.versionin that repo with the latest git commit SHA of the flutter/test repo.See flutter/flutter#162048 for details.