[SP] e2e tests for SAML/LDAP (#19182)
* [SP] e2e tests for SAML/LDAP * [server-pro] tests: prefetch ldap and saml docker images --------- Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com> GitOrigin-RevId: 64298df3f3941a8267a8aacd431757d21b43c75b
This commit is contained in:
committed by
Copybot
co-authored by
Jakob Ackermann
parent
fa6a178e61
commit
30a64401b2
@@ -14,7 +14,12 @@ export function startWith({
|
||||
}) {
|
||||
before(async function () {
|
||||
Object.assign(vars, varsFn())
|
||||
const cfg = JSON.stringify({ pro, version, vars, withDataDir })
|
||||
const cfg = JSON.stringify({
|
||||
pro,
|
||||
version,
|
||||
vars,
|
||||
withDataDir,
|
||||
})
|
||||
if (lastConfig === cfg) return
|
||||
|
||||
this.timeout(STARTUP_TIMEOUT)
|
||||
|
||||
Reference in New Issue
Block a user