Skip to content

Commit

Permalink
fix(Experiments): no conflicting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Aug 10, 2023
1 parent 470e9ed commit 4323f59
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,6 @@ object EuropeNetworkFront
participationGroup = Perc0D,
)

object Okta
extends Experiment(
name = "okta",
description = "Use Okta for authentication",
owners = Seq(Owner.withGithub("@guardian/dotcom-platform")),
sellByDate = LocalDate.of(2023, 8, 31),
/* Do not increase without considering if
- https://github.com/guardian/dotcom-rendering/pull/8508
- https://github.com/guardian/frontend/pull/26461
needs to be reverted */
participationGroup = Perc1C,
)

// Removing while we are still implementing this content type in DCR
//object DCRImageContent
// extends Experiment(
Expand Down Expand Up @@ -103,13 +90,26 @@ object HeaderTopBarSearchCapi
participationGroup = Perc1B,
)

object Okta
extends Experiment(
name = "okta",
description = "Use Okta for authentication",
owners = Seq(Owner.withGithub("@guardian/dotcom-platform")),
sellByDate = LocalDate.of(2023, 8, 31),
/* Do not increase without considering if
- https://github.com/guardian/dotcom-rendering/pull/8508
- https://github.com/guardian/frontend/pull/26461
needs to be reverted */
participationGroup = Perc1C,
)

object LazyLoadImages
extends Experiment(
name = "lazy-load-images",
description = "Lazy-load images on DCR",
owners = Seq(Owner.withGithub("@mxdvl")),
sellByDate = LocalDate.of(2023, 8, 22),
participationGroup = Perc1C,
participationGroup = Perc1D,
)

object OfferHttp3
Expand Down

0 comments on commit 4323f59

Please sign in to comment.