Skip to content

Commit

Permalink
Launch Commercial Q4 mega test at 0% (#27013)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii authored Apr 3, 2024
1 parent a11602c commit 1e98bf5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@guardian/ab-core": "^5.0.0",
"@guardian/atom-renderer": "^2.0.0",
"@guardian/automat-modules": "^0.3.8",
"@guardian/commercial": "17.7.0",
"@guardian/commercial": "17.8.0",
"@guardian/consent-management-platform": "13.12.1",
"@guardian/core-web-vitals": "^5.0.0",
"@guardian/identity-auth": "2.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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 { remoteRRHeaderLinksTest } from './tests/remote-header-test';
import { sectionAdDensity } from './tests/section-ad-density';
import { signInGateAlternativeWording } from './tests/sign-in-gate-alternative-wording';
import { signInGateMainControl } from './tests/sign-in-gate-main-control';
import { signInGateMainVariant } from './tests/sign-in-gate-main-variant';
Expand All @@ -15,6 +14,5 @@ export const concurrentTests: readonly ABTest[] = [
signInGateAlternativeWording,
remoteRRHeaderLinksTest,
mpuWhenNoEpic,
sectionAdDensity,
blockSupporterRevenueMessagingSport,
];

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2423,10 +2423,10 @@
react "^16.13.1"
react-dom "^16.13.1"

"@guardian/commercial@17.7.0":
version "17.7.0"
resolved "https://registry.yarnpkg.com/@guardian/commercial/-/commercial-17.7.0.tgz#4adfe90dfabb23e37aa2ec5b491423f42c782c3b"
integrity sha512-/5CS301ReNNS9+k5N3t9zX2FscuRT+NmQVKAMLcQ+/bDB1B0P9wN6T8vPj0QueX9Rmi18894ycCjYXy2xcG+0Q==
"@guardian/commercial@17.8.0":
version "17.8.0"
resolved "https://registry.yarnpkg.com/@guardian/commercial/-/commercial-17.8.0.tgz#1aa3ac254146d5cbfb6253e7f2623119f4743290"
integrity sha512-h3KvoybpvPJOrzrKiSU0Vo09pKQ2OLQ20zqNTbteO5DLrtY0d+0B1qrW2+BjPPb+qCAyTrx6oMFCZrkeGooWBA==
dependencies:
"@changesets/cli" "^2.26.2"
"@guardian/ophan-tracker-js" "2.0.4"
Expand Down

0 comments on commit 1e98bf5

Please sign in to comment.