Skip to content

Commit

Permalink
Merge pull request #27165 from guardian/ab/remove-onward-journeys-test
Browse files Browse the repository at this point in the history
Remove onward journey test
  • Loading branch information
abeddow91 authored May 21, 2024
2 parents 426a7a5 + dd24210 commit 6b7d6f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 57 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 @@ -55,16 +55,6 @@ trait ABTestSwitches {
exposeClientSide = true,
)

Switch(
ABTests,
"ab-onward-journeys",
"Test click through rate when there is only one onward journey container shown.",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 6, 7)),
exposeClientSide = true,
)

Switch(
ABTests,
"ab-deeply-read-right-column",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { ABTest } from '@guardian/ab-core';
import { deeplyReadRightColumn } from './tests/deeply-read-right-column';
import { mpuWhenNoEpic } from './tests/mpu-when-no-epic';
import { onwardJourneys } from './tests/onward-journeys';
import { remoteRRHeaderLinksTest } from './tests/remote-header-test';
import { signInGateAlternativeWording } from './tests/sign-in-gate-alternative-wording';
import { signInGateMainControl } from './tests/sign-in-gate-main-control';
Expand All @@ -15,6 +14,5 @@ export const concurrentTests: readonly ABTest[] = [
signInGateAlternativeWording,
remoteRRHeaderLinksTest,
mpuWhenNoEpic,
onwardJourneys,
deeplyReadRightColumn,
];

This file was deleted.

0 comments on commit 6b7d6f0

Please sign in to comment.