Skip to content

Commit

Permalink
Extend AB test sellByDate to pass build
Browse files Browse the repository at this point in the history
  • Loading branch information
deedeeh committed Jun 3, 2024
1 parent a17439d commit 4616777
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 4616777

Please sign in to comment.