Skip to content

Commit

Permalink
Remove HeaderTopBarSearchCapi experiment
Browse files Browse the repository at this point in the history
We're not using it anywhere

Co-authored-by: Max Duval <[email protected]>
  • Loading branch information
ioannakok and mxdvl committed Nov 8, 2023
1 parent 08e900e commit 3f086a7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ object ActiveExperiments extends ExperimentsDefinition {
Set(
Lightbox,
OphanEsm,
HeaderTopBarSearchCapi,
AdaptiveSite,
OfferHttp3,
DeeplyRead,
Expand Down Expand Up @@ -58,15 +57,6 @@ object AdaptiveSite
participationGroup = Perc1A,
)

object HeaderTopBarSearchCapi
extends Experiment(
name = "header-top-bar-search-capi",
description = "Adds CAPI search to the top nav",
owners = Seq(Owner.withGithub("@guardian/dotcom-platform")),
sellByDate = LocalDate.of(2024, 2, 14),
participationGroup = Perc1B,
)

object OfferHttp3
extends Experiment(
name = "offer-http3",
Expand Down

0 comments on commit 3f086a7

Please sign in to comment.