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 2, 2023
1 parent 48fad39 commit d0033ef
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,4 @@ trait ABTestSwitches {
sellByDate = Some(LocalDate.of(2023, 11, 30)),
exposeClientSide = true,
)

Switch(
ABTests,
"ab-eager-prebid-2",
"'Test the impact of running prebid earlier in the page load process.",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2023, 11, 30)),
exposeClientSide = true,
)
}

0 comments on commit d0033ef

Please sign in to comment.