Skip to content

Commit

Permalink
Remove 0% test to test a change to the Global Address List on AMP (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii authored Apr 12, 2024
1 parent ffd95b9 commit b799f04
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import java.time.LocalDate
object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] =
Set(
AMPGlobalAddressList,
AdaptiveSite,
CommercialMegaTest,
DCRTagPages,
Expand Down Expand Up @@ -48,15 +47,6 @@ object DCRTagPages
participationGroup = Perc10A,
)

object AMPGlobalAddressList
extends Experiment(
name = "amp-global-address-list",
description = "Test a change to the global address list on AMP",
owners = Seq(Owner.withEmail("[email protected]")),
sellByDate = LocalDate.of(2024, 4, 30),
participationGroup = Perc0A,
)

object UpdatedHeaderDesign
extends Experiment(
name = "updated-header-design",
Expand Down

0 comments on commit b799f04

Please sign in to comment.