diff --git a/services/web/scripts/e2e_test_setup.mjs b/services/web/scripts/e2e_test_setup.mjs index 7dd26ab312..7d56b90f20 100644 --- a/services/web/scripts/e2e_test_setup.mjs +++ b/services/web/scripts/e2e_test_setup.mjs @@ -163,26 +163,6 @@ export async function provisionSplitTests(merge = false, extraSplitTests = []) { 'utf-8' ) ) - // Add WIP split test, we can update the JSON blob once this is in production - SPLIT_TESTS.push({ - name: 'compile-from-history', - versions: [ - { - versionNumber: 1, - createdAt: '2026-02-25T14:55:31.260Z', - active: true, - analyticsEnabled: false, - phase: 'release', - variants: [ - { - name: 'enabled', - rolloutPercent: 0, - rolloutStripes: [], - }, - ], - }, - ], - }) console.log(`> Importing ${SPLIT_TESTS.length} split-tests from production.`) if (merge) { await SplitTestManager.mergeSplitTests(SPLIT_TESTS, false)