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

GitOrigin-RevId: a4e6a6bd6ffb7f3e9331aa81daf19e22b894d771
This commit is contained in:
Jakob Ackermann
2026-04-30 08:31:30 +02:00
committed by Copybot
parent 41b96ec8d6
commit 4e138e6f99

View File

@@ -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)