Skip to content

Commit f2e7b2a

Browse files
Remove nativeJetpackSetupFlow AB test.
1 parent 79c78cf commit f2e7b2a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Experiments/Experiments/ABTest.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)