-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Jetpack Content Migration] Disable Content Migration Flow #19734
Conversation
Generated by 🚫 dangerJS |
You can test the changes in Jetpack from this Pull Request by:
|
You can test the changes in WordPress from this Pull Request by:
|
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.
I confirm that nothing happens when tapping "Jetpack Powered" badge and the migration flow didn't show up on Jetpack app.
But I saw these debugger logs on Jetpack:
🔵 Tracked: migration_content_export_eligibility <eligible: false>
🔵 Tracked: migration_content_import_eligibility <eligible: false>
I guess these are fixed in another PR. LGTM! 🚀
Thanks @salimbraksa!
Correct, this PR aims to resolve those. |
This PR reverts the commits from #19714 to disable the Content Migration Flow.
Related: #19735
Testing
Tapping a banner or badge in the WordPress app should not show the Jetpack overlay
Loading the Jetpack app should not kick off a migration from the WordPress app
Related PR: #19710
Local build tests using Xcode debugger
Regression Notes
Potential unintended areas of impact
What I did to test those areas of impact (or what existing automated tests I relied on)
What automated tests I added (or what prevented me from doing so)
PR submission checklist:
RELEASE-NOTES.txt
if necessary.