-
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.
remove highlights experiment (#27530)
- Loading branch information
Showing
1 changed file
with
0 additions
and
11 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 |
---|---|---|
|
@@ -12,23 +12,12 @@ object ActiveExperiments extends ExperimentsDefinition { | |
override val allExperiments: Set[Experiment] = | ||
Set( | ||
RemoveLiteFronts, | ||
MastheadWithHighlights, | ||
EuropeBetaFront, | ||
DarkModeWeb, | ||
) | ||
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this) | ||
} | ||
|
||
object MastheadWithHighlights | ||
extends Experiment( | ||
name = "masthead-with-highlights", | ||
description = | ||
"Shows new masthead component, with highlights container, in place of current header/navigation and top bar", | ||
owners = Seq(Owner.withGithub("cemms1"), Owner.withEmail("[email protected]")), | ||
sellByDate = LocalDate.of(2024, 10, 15), | ||
participationGroup = Perc50, | ||
) | ||
|
||
object EuropeBetaFront | ||
extends Experiment( | ||
name = "europe-beta-front", | ||
|