mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
[web] make labs releases available to E2E tests/Codespaces (#33242)
GitOrigin-RevId: a4e6a6bd6ffb7f3e9331aa81daf19e22b894d771
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user