Skip to content

Commit

Permalink
Merge pull request #27003 from guardian/remove-newsletter-oscars-test
Browse files Browse the repository at this point in the history
Remove newsletter test for Oscars
  • Loading branch information
SiAdcock committed Mar 28, 2024
2 parents 7705ff4 + de7828f commit 4b1b954
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 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-oscars-newsletter-embed",
"Will change the newsletter embed for Oscars articles.",
owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 4, 2)),
exposeClientSide = true,
)

Switch(
ABTests,
"ab-block-supporter-revenue-messaging-sport",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { ABTest } from '@guardian/ab-core';
import { blockSupporterRevenueMessagingSport } from './tests/block-supporter-revenue-messaging-sport';
import { mpuWhenNoEpic } from './tests/mpu-when-no-epic';
import { oscarsNewsletterEmbed } from './tests/oscars-newsletter-embed';
import { remoteRRHeaderLinksTest } from './tests/remote-header-test';
import { sectionAdDensity } from './tests/section-ad-density';
import { signInGateAlternativeWording } from './tests/sign-in-gate-alternative-wording';
Expand All @@ -17,6 +16,5 @@ export const concurrentTests: readonly ABTest[] = [
remoteRRHeaderLinksTest,
mpuWhenNoEpic,
sectionAdDensity,
oscarsNewsletterEmbed,
blockSupporterRevenueMessagingSport,
];

This file was deleted.

0 comments on commit 4b1b954

Please sign in to comment.