-
Notifications
You must be signed in to change notification settings - Fork 121
Conclude native Jetpack install experiment #8533
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
Conclude native Jetpack install experiment #8533
Conversation
You can test the changes 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.
| let isSimplifiedLoginI1Enabled = ABTest.abTestLoginWithWPComOnly.variation != .control | ||
| let isStoreCreationMVPEnabled = featureFlagService.isFeatureFlagEnabled(.storeCreationMVP) | ||
| let isNativeJetpackSetupEnabled = ABTest.nativeJetpackSetupFlow.variation != .control | ||
| let isNativeJetpackSetupEnabled = true |
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.
nit: how about just passing true to where this variable is used since it's a constant now?
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.
Done in 82093c1
82093c1 to
07fd62c
Compare
Thanks for raising the issue about JCP sites, @jaclync @itsmeichigo and I looked into it and decided to create an issue here. #8542 |

Part of: #8514
Description
This PR removes the A/B testing experiment code and enables the native Jetpack installation process for all users.
Changes
nativeJetpackSetupFlowTesting instructions
Screenshots
RELEASE-NOTES.txtif necessary.