-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Revert "Updates flutter/test/material to no longer use TestWindow"
#122636
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
Conversation
|
@yaakovschectman Could you please update the PR description and give a quick reason for the revert for future archeologists. Thanks. |
|
It looks like they added analysis and links to a related issue: #122637 |
|
@goderbauer this PR may have been an unlucky scapegoat. A separate revert of Skia gold tests has the tree green again. |
…tWindow` (#122337)" (flutter/flutter#122636)
|
Unfortunately, it wasn't a scapegoat. The Skia tests were from the PR you mention, but the build/analysis errors were from merging errors on the original PR that this reverted. A bunch of PRs all went in at once, so you got two separate commits that would've failed the tree. But because they went in at the same time, tests were skipped on the skia one, leading to it looking like this PR (or the one before it) had caused that error as well. |
…tWindow` (#122337)" (flutter/flutter#122636)
…tWindow` (#122337)" (flutter/flutter#122636)
Reverts #122337