From 97c81cf92f4d3aff72fb117dac88caeef3637483 Mon Sep 17 00:00:00 2001 From: Lindsey Dew <1202622+lindseydew@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:26:45 +0100 Subject: [PATCH] Extend other expiring tests --- common/app/conf/switches/ABTestSwitches.scala | 2 +- common/app/experiments/Experiments.scala | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/app/conf/switches/ABTestSwitches.scala b/common/app/conf/switches/ABTestSwitches.scala index 951ebfc2ed7..492c876f496 100644 --- a/common/app/conf/switches/ABTestSwitches.scala +++ b/common/app/conf/switches/ABTestSwitches.scala @@ -81,7 +81,7 @@ trait ABTestSwitches { "Test Kargo as a prebid bidder for US traffic.", owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")), safeState = Off, - sellByDate = Some(LocalDate.of(2023, 10, 29)), + sellByDate = Some(LocalDate.of(2023, 10, 30)), exposeClientSide = true, ) } diff --git a/common/app/experiments/Experiments.scala b/common/app/experiments/Experiments.scala index d738e8c00f6..fb951d8fc48 100644 --- a/common/app/experiments/Experiments.scala +++ b/common/app/experiments/Experiments.scala @@ -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, ) @@ -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, )