-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27002 from guardian/revert-26962-sa-oscars-server…
…-side Revert "Add server side AB tests for Oscars test"
- Loading branch information
Showing
1 changed file
with
0 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,6 @@ object ActiveExperiments extends ExperimentsDefinition { | |
CommercialMegaTest, | ||
CrosswordMobileBanner, | ||
DCRTagPages, | ||
OscarsNewsletterEmbed1, | ||
OscarsNewsletterEmbed2, | ||
) | ||
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this) | ||
} | ||
|
@@ -56,20 +54,3 @@ object DCRTagPages | |
sellByDate = LocalDate.of(2024, 4, 1), | ||
participationGroup = Perc2C, | ||
) | ||
|
||
object OscarsNewsletterEmbed1 | ||
extends Experiment( | ||
name = "oscars-newsletter-embed-1", | ||
description = "Render variant 1 newsletter embed variants for Oscars article", | ||
owners = Seq(Owner.withGithub("[email protected]")), | ||
sellByDate = LocalDate.of(2024, 4, 2), | ||
participationGroup = Perc2D, | ||
) | ||
object OscarsNewsletterEmbed2 | ||
extends Experiment( | ||
name = "oscars-newsletter-embed-2", | ||
description = "Render variant 2 newsletter embed control for Oscars article", | ||
owners = Seq(Owner.withGithub("[email protected]")), | ||
sellByDate = LocalDate.of(2024, 4, 2), | ||
participationGroup = Perc2E, | ||
) |