Skip to content

Commit

Permalink
Merge branch 'main' into fix-missing-subnav-cartoons
Browse files Browse the repository at this point in the history
  • Loading branch information
alinaboghiu committed Nov 2, 2023
2 parents 6f7ed23 + 6241c84 commit a8dbf0b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] =
Set(
Lightbox,
ServerSideLiveblogInlineAds,
OphanEsm,
HeaderTopBarSearchCapi,
AdaptiveSite,
Expand Down Expand Up @@ -40,16 +39,6 @@ object Lightbox
participationGroup = Perc0B,
)

object ServerSideLiveblogInlineAds
extends Experiment(
name = "server-side-liveblog-inline-ads",
description =
"Test whether we can load liveblog inline ads server-side without negative effects on user experience or revenue",
owners = Seq(Owner.withGithub("@guardian/commercial-dev")),
sellByDate = LocalDate.of(2023, 11, 1),
participationGroup = Perc0C,
)

// Removing while we are still implementing this content type in DCR
//object DCRImageContent
// extends Experiment(
Expand Down

0 comments on commit a8dbf0b

Please sign in to comment.