Skip to content

Commit 24f51ff

Browse files
committed
Remove logged-in A/A test
1 parent 839dd72 commit 24f51ff

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
@@ -7,11 +7,6 @@ public enum ABTest: String, CaseIterable {
77
/// `An enum with no cases cannot declare a raw type`
88
case null
99

10-
/// A/A test for ExPlat integration in the logged in state.
11-
/// Experiment ref: pbxNRc-1QS-p2
12-
///
13-
case aaTestLoggedIn202210 = "woocommerceios_explat_aa_test_logged_in_202210"
14-
1510
/// A/A test to make sure there is no bias in the logged out state.
1611
/// Experiment ref: pbxNRc-1S0-p2
1712
case aaTestLoggedOut = "woocommerceios_explat_aa_test_logged_out_202211"
@@ -35,7 +30,7 @@ public enum ABTest: String, CaseIterable {
3530
/// When adding a new experiment, add it to the appropriate case depending on its context (logged-in or logged-out experience).
3631
public var context: ExperimentContext {
3732
switch self {
38-
case .aaTestLoggedIn202210, .productsOnboardingBanner:
33+
case .productsOnboardingBanner:
3934
return .loggedIn
4035
case .aaTestLoggedOut, .abTestLoginWithWPComOnly:
4136
return .loggedOut

0 commit comments

Comments
 (0)