-
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 #27139 from guardian/ei/remove-mega-test
Remove commercial mega test
- Loading branch information
Showing
3 changed files
with
6 additions
and
16 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 |
---|---|---|
|
@@ -11,7 +11,6 @@ import java.time.LocalDate | |
object ActiveExperiments extends ExperimentsDefinition { | ||
override val allExperiments: Set[Experiment] = | ||
Set( | ||
CommercialMegaTest, | ||
DarkModeWeb, | ||
DCRTagPages, | ||
DCRVideoPages, | ||
|
@@ -21,15 +20,6 @@ object ActiveExperiments extends ExperimentsDefinition { | |
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this) | ||
} | ||
|
||
object CommercialMegaTest | ||
extends Experiment( | ||
name = "commercial-mega-test", | ||
description = "Test the revenue effect of changes made during Q4", | ||
owners = Seq(Owner.withEmail("[email protected]")), | ||
sellByDate = LocalDate.of(2024, 8, 8), | ||
participationGroup = Perc5A, | ||
) | ||
|
||
object DCRTagPages | ||
extends Experiment( | ||
name = "dcr-tag-pages", | ||
|
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
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