Merge pull request #31889 from overleaf/ar-remove-web-smoke-test

[web] remove smoke test

GitOrigin-RevId: 7911b5e800ef466c59131fd739f95b11a587359f
This commit is contained in:
Andrew Rumble
2026-03-06 09:11:30 +00:00
committed by Copybot
parent 57b380abed
commit a92bf982b0
17 changed files with 0 additions and 496 deletions
-5
View File
@@ -773,12 +773,7 @@ module.exports = {
// some basic smoke tests to check the core functionality.
//
smokeTest: {
user: process.env.SMOKE_TEST_USER,
userId: process.env.SMOKE_TEST_USER_ID,
password: process.env.SMOKE_TEST_PASSWORD,
projectId: process.env.SMOKE_TEST_PROJECT_ID,
rateLimitSubject: process.env.SMOKE_TEST_RATE_LIMIT_SUBJECT || '127.0.0.1',
stepTimeout: parseInt(process.env.SMOKE_TEST_STEP_TIMEOUT || '10000', 10),
},
appName: process.env.APP_NAME || 'Overleaf (Community Edition)',