Skip to content

Commit

Permalink
Merge pull request #26724 from guardian/clj/delete-gem-ab-test
Browse files Browse the repository at this point in the history
Delete GEM AB test and switch definition
  • Loading branch information
chrislomaxjones authored Nov 29, 2023
2 parents 017c7e3 + bef75b8 commit 1ac80e0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 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-elements-manager",
"Test serving GEM assets in ad slots on page",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2023, 11, 30)),
exposeClientSide = true,
)

Switch(
ABTests,
"ab-prebid-kargo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { ABTest } from '@guardian/ab-core';
import { consentlessAds } from './tests/consentlessAds';
import { deeplyReadArticleFooterTest } from './tests/deeply-read-article-footer';
import { elementsManager } from './tests/elements-manager';
import { integrateIma } from './tests/integrate-ima';
import { prebidKargo } from './tests/prebid-kargo';
import { remoteRRHeaderLinksTest } from './tests/remote-header-test';
Expand All @@ -17,6 +16,5 @@ export const concurrentTests: readonly ABTest[] = [
deeplyReadArticleFooterTest,
consentlessAds,
integrateIma,
elementsManager,
prebidKargo,
];

This file was deleted.

0 comments on commit 1ac80e0

Please sign in to comment.