Skip to content

Commit

Permalink
Remove switch for eager prebid test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislomaxjones committed Nov 1, 2023
1 parent 349702b commit 2136d3c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,4 @@ trait ABTestSwitches {
exposeClientSide = true,
)

Switch(
ABTests,
"ab-eager-prebid-2",
"'Test the impact of running prebid earlier in the page load process.",
owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")),
safeState = Off,
sellByDate = Some(LocalDate.of(2023, 10, 31)),
exposeClientSide = true,
)
}

0 comments on commit 2136d3c

Please sign in to comment.