Skip to content

Commit

Permalink
Merge pull request #27192 from guardian/extend-expiring-switches
Browse files Browse the repository at this point in the history
Extend expiring switches
  • Loading branch information
ioannakok authored Jun 3, 2024
2 parents 31dd5a9 + 1d8fdc4 commit 8b78a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ trait ABTestSwitches {
"Test MPU when there is no epic at the end of Article on the page.",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 5, 31)),
sellByDate = Some(LocalDate.of(2024, 7, 31)),
exposeClientSide = true,
)

Expand All @@ -51,7 +51,7 @@ trait ABTestSwitches {
"Show new ad block ask component in ad slots when we detect ad blocker usage",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 5, 31)),
sellByDate = Some(LocalDate.of(2024, 7, 31)),
exposeClientSide = true,
)

Expand Down

0 comments on commit 8b78a58

Please sign in to comment.