Skip to content

Commit

Permalink
Merge pull request #27691 from guardian/doml/remove-us-banner-ab-test
Browse files Browse the repository at this point in the history
Remove US Banner AB test and switch
  • Loading branch information
domlander authored Jan 7, 2025
2 parents 2a8e447 + 346a9e9 commit 1a14898
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
11 changes: 0 additions & 11 deletions common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,6 @@ trait ABTestSwitches {
highImpact = false,
)

Switch(
ABTests,
"ab-usa-expandable-marketing-card",
"Test the impact of showing the user a component that highlights the Guardians journalism",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2025, 1, 29)),
exposeClientSide = true,
highImpact = false,
)

Switch(
ABTests,
"ab-onwards-content-article",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ import { onwardsContentArticle } from './tests/onwards-content-article';
import { remoteRRHeaderLinksTest } from './tests/remote-header-test';
import { signInGateMainControl } from './tests/sign-in-gate-main-control';
import { signInGateMainVariant } from './tests/sign-in-gate-main-variant';
import { UsaExpandableMarketingCard } from './tests/usa-expandable-marketing-card';

// keep in sync with ab-tests in dotcom-rendering
// https://github.com/guardian/dotcom-rendering/blob/main/dotcom-rendering/src/web/experiments/ab-tests.ts
export const concurrentTests: readonly ABTest[] = [
signInGateMainVariant,
signInGateMainControl,
remoteRRHeaderLinksTest,
UsaExpandableMarketingCard,
onwardsContentArticle,
];

This file was deleted.

0 comments on commit 1a14898

Please sign in to comment.