Skip to content

Commit

Permalink
Remove eager Prebid AB test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislomaxjones committed Nov 2, 2023
1 parent 730dd0f commit 48fad39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { ABTest } from '@guardian/ab-core';
import { billboardsInMerchHigh } from './tests/billboards-in-merch-high';
import { consentlessAds } from './tests/consentlessAds';
import { deeplyReadArticleFooterTest } from './tests/deeply-read-article-footer';
import { eagerPrebid } from './tests/eager-prebid';
import { elementsManager } from './tests/elements-manager';
import { integrateIma } from './tests/integrate-ima';
import { prebidKargo } from './tests/prebid-kargo';
Expand All @@ -22,5 +21,4 @@ export const concurrentTests: readonly ABTest[] = [
billboardsInMerchHigh,
elementsManager,
prebidKargo,
eagerPrebid,
];

This file was deleted.

0 comments on commit 48fad39

Please sign in to comment.