-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Revert "Skip failing image block test (#62781)" #62854
Conversation
5df5b9c
to
01e62ec
Compare
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
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.
Thanks!
Size Change: 0 B Total Size: 1.75 MB ℹ️ View Unchanged
|
Thanks Kai! 🙇 |
🤔 It failed again. |
Very strange! I've tested out a fresh WP 6.6 RC 1 install, and it seems the crop is failing there, too, even though it contains the revert. 2024-06-26.13.50.32.mp4The request being sent to the media/edit endpoint is the same in 6.5 + Gutenberg as 6.6 RC 1, so I'm not sure what's going on. I'll create a separate Github issue. |
Added an issue here: #62855 |
Update: I think I found the culprit. Added a comment over on the issue: #62855 (comment) — TL;DR, I believe it was trac ticket 59782 in the end. Potential fix over in: WordPress/wordpress-develop#6909 |
Update: WordPress/wordpress-develop#6909 has landed in I've kicked off the e2es again so let's see what happens 😄 |
This reverts commit 7f40c68.
01e62ec
to
92c072a
Compare
…2854) Co-authored-by: kevin940726 <[email protected]> Co-authored-by: talldan <[email protected]> Co-authored-by: andrewserong <[email protected]> This reverts commit 7f40c68.
What?
Continued from #62781. Re-enable the skipped image e2e test.
Why?
Now that the upstream commit has been reverted, we can reenable this test to help us catch some regressions.
How?
Re-enable the test by removing
test.skip
.Testing Instructions
CI should pass.
Screenshots or screencast
N/A