Skip to content

Commit 9d20137

Browse files
committed
Remove Personalised highlights test
1 parent 226c4f4 commit 9d20137

File tree

3 files changed

+0
-47
lines changed

3 files changed

+0
-47
lines changed

common/app/conf/switches/ABTestSwitches.scala

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,4 @@ trait ABTestSwitches {
2626
exposeClientSide = true,
2727
highImpact = false,
2828
)
29-
30-
Switch(
31-
ABTests,
32-
"ab-personalised-highlights",
33-
"Allow personalised highlights to be shown on the front page",
34-
owners = Seq(Owner.withEmail("[email protected]")),
35-
safeState = Off,
36-
sellByDate = Some(LocalDate.of(2026, 1, 28)),
37-
exposeClientSide = true,
38-
highImpact = false,
39-
)
4029
}

static/src/javascripts/projects/common/modules/experiments/ab-tests.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import type { ABTest } from '@guardian/ab-core';
2-
import {personalisedHighlights} from "common/modules/experiments/tests/personalised-highlights";
32
import { auxiaSignInGate } from './tests/auxia-sign-in-gate';
43
import { remoteRRHeaderLinksTest } from './tests/remote-header-test';
54
import { signInGateMainControl } from './tests/sign-in-gate-main-control';
@@ -12,5 +11,4 @@ export const concurrentTests: readonly ABTest[] = [
1211
signInGateMainControl,
1312
remoteRRHeaderLinksTest,
1413
auxiaSignInGate,
15-
personalisedHighlights
1614
];

static/src/javascripts/projects/common/modules/experiments/tests/personalised-highlights.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)