File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ public enum ABTest: String, CaseIterable {
1515 /// Experiment ref: pbxNRc-1S0-p2
1616 case aaTestLoggedOut = " woocommerceios_explat_aa_test_logged_out_202212_v2 "
1717
18- /// A/B test to measure the sign-in success rate when native Jetpack installation experience is enabled
19- /// Experiment ref: pbxNRc-29W-p2
20- ///
21- case nativeJetpackSetupFlow = " woocommerceios_login_jetpack_setup_flow_v2 "
22-
2318 /// Returns a variation for the given experiment
2419 public var variation : Variation {
2520 ExPlat . shared? . experiment ( rawValue) ?? . control
@@ -30,7 +25,7 @@ public enum ABTest: String, CaseIterable {
3025 /// When adding a new experiment, add it to the appropriate case depending on its context (logged-in or logged-out experience).
3126 public var context : ExperimentContext {
3227 switch self {
33- case . aaTestLoggedIn, . nativeJetpackSetupFlow :
28+ case . aaTestLoggedIn:
3429 return . loggedIn
3530 case . aaTestLoggedOut:
3631 return . loggedOut
You can’t perform that action at this time.
0 commit comments