Skip to content

Commit

Permalink
Extend AB test (#26619)
Browse files Browse the repository at this point in the history
* Extend AB test

* Extend other expiring tests
  • Loading branch information
lindseydew authored Oct 2, 2023
1 parent 0fd1458 commit 12d02e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ trait ABTestSwitches {
"Test Kargo as a prebid bidder for US traffic.",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2023, 9, 29)),
sellByDate = Some(LocalDate.of(2023, 10, 30)),
exposeClientSide = true,
)
}
4 changes: 2 additions & 2 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object Lightbox
name = "lightbox",
description = "Testing the impact lightbox might have on our CWVs",
owners = Seq(Owner.withGithub("@guardian/dotcom-platform")),
sellByDate = LocalDate.of(2023, 9, 29),
sellByDate = LocalDate.of(2023, 10, 30),
participationGroup = Perc0B,
)

Expand Down Expand Up @@ -84,7 +84,7 @@ object OfferHttp3
name = "offer-http3",
description = "Offer HTTP3 by providing the header and redirecting URLs to enable loading of assets with HTTP3",
owners = Seq(Owner.withGithub("paulmr")),
sellByDate = LocalDate.of(2023, 9, 29),
sellByDate = LocalDate.of(2023, 10, 30),
participationGroup = Perc1E,
)

Expand Down

0 comments on commit 12d02e7

Please sign in to comment.