e2e-test: disable default auth policy for backend testing

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-06 12:27:16 +02:00
parent 40548a634d
commit 7395364e3b
+2
View File
@@ -502,6 +502,8 @@ async function testBackendStart(appDir: string, ...args: string[]) {
env: {
...process.env,
GITHUB_TOKEN: 'abc',
// TODO: Default auth policy is disabled for e2e tests - replace this with external service auth
APP_CONFIG_backend_auth_dangerouslyDisableDefaultAuthPolicy: 'true',
},
});