-
Notifications
You must be signed in to change notification settings - Fork 556
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 #27569 from guardian/doml/remove-lite-fronts-switch
Remove lite-fronts experiment
- Loading branch information
Showing
5 changed files
with
8 additions
and
54 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( | ||
RemoveLiteFronts, | ||
EuropeBetaFront, | ||
DarkModeWeb, | ||
) | ||
|
@@ -39,12 +38,3 @@ object DarkModeWeb | |
sellByDate = LocalDate.of(2025, 1, 30), | ||
participationGroup = Perc0D, | ||
) | ||
|
||
object RemoveLiteFronts | ||
extends Experiment( | ||
name = "remove-lite-fronts", | ||
description = "Get the full pressed page of a front instead of the lite version", | ||
owners = Seq(Owner.withEmail("[email protected]")), | ||
sellByDate = LocalDate.of(2024, 10, 30), | ||
participationGroup = Perc10A, | ||
) |
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 was deleted.
Oops, something went wrong.
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