Explorar el Código

[web] make labs releases available to E2E tests/Codespaces (#33242)

GitOrigin-RevId: a4e6a6bd6ffb7f3e9331aa81daf19e22b894d771
Jakob Ackermann hace 3 meses
padre
commit
4e138e6f99
Se han modificado 1 ficheros con 0 adiciones y 20 borrados
  1. 0 20
      services/web/scripts/e2e_test_setup.mjs

+ 0 - 20
services/web/scripts/e2e_test_setup.mjs

@@ -163,26 +163,6 @@ export async function provisionSplitTests(merge = false, extraSplitTests = []) {
       'utf-8'
       '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.`)
   console.log(`> Importing ${SPLIT_TESTS.length} split-tests from production.`)
   if (merge) {
   if (merge) {
     await SplitTestManager.mergeSplitTests(SPLIT_TESTS, false)
     await SplitTestManager.mergeSplitTests(SPLIT_TESTS, false)