Skip to content

Commit f435859

Browse files
committed
swap the AB test switch to a feature switch for Admiral Adblock Recovery
1 parent 97d8b59 commit f435859

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

common/app/conf/switches/ABTestSwitches.scala

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ trait ABTestSwitches {
3838
highImpact = false,
3939
)
4040

41-
Switch(
42-
ABTests,
43-
"ab-admiral-adblock-recovery",
44-
"Testing the Admiral integration for adblock recovery on theguardian.com",
45-
owners = Seq(Owner.withEmail("[email protected]")),
46-
safeState = Off,
47-
sellByDate = Some(LocalDate.of(2025, 9, 24)),
48-
exposeClientSide = true,
49-
highImpact = false,
50-
)
51-
5241
Switch(
5342
ABTests,
5443
"ab-prebid946",

common/app/conf/switches/FeatureSwitches.scala

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,4 +638,15 @@ trait FeatureSwitches {
638638
exposeClientSide = true,
639639
highImpact = false,
640640
)
641+
642+
val AdmiralAdblockRecovery = Switch(
643+
SwitchGroup.Feature,
644+
"admiral-adblock-recovery",
645+
"Enables Admiral Adblock Recovery to run on the site",
646+
owners = Seq(Owner.withEmail("[email protected]")),
647+
sellByDate = never,
648+
safeState = Off,
649+
exposeClientSide = true,
650+
highImpact = false,
651+
)
641652
}

0 commit comments

Comments
 (0)