Disable tests that fail on non-master branches#45455
Disable tests that fail on non-master branches#45455tvolkert merged 1 commit intoflutter:masterfrom tvolkert:devbeta
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
@fkorotkov can you review the changes to the Cirrus config file? |
|
Is this a temporary disable for #45453? If so, do we just need to do it for the failing shard? |
|
LGTM |
|
Agreed with @xster about just disabling the failing shard. 🤔 |
But it passes on PRs and on master. I'd prefer not to regress by having no test coverage at ToT. |
|
@fkorotkov is the syntax correct (i.e. are grouping parenthesis supported in |
|
Syntax is correct! |
|
<just nitting/feel free to ignore> I don't mean to disable them across the board. I just meant to add the master filter like you're doing on fewer shards</> |
|
Gonna merge as-is since I'm afk for the next 24 hours 🙂 |
|
@fkorotkov how come the tests are still running here: https://github.com/flutter/flutter/runs/331679315 |
|
@tvolkert I think it was triggered because of the I see that Cirrus found 300 files changed for the branch. 🤔 |
|
Ah, I see - thanks! I'll have to adjust the condition 🙂 |
Description
Failing tests in non-master branches make us blind to real failures. This disables the ones that are currently failing (some because we've explicitly turned functionality off in non-master channels - others due to issues).
Related Issues
#45453
Checklist
///).flutter analyze --flutter-repo) does not report any problems on my PR.