Test without safe-chain

This commit is contained in:
Sander Declerck 2025-10-14 15:00:00 +02:00
parent ee82134c19
commit daf69964f2
No known key found for this signature in database

View file

@ -62,6 +62,9 @@ describe("E2E: Safe chain proxy", () => {
// Start a local npm registry (verdaccio) inside the container // Start a local npm registry (verdaccio) inside the container
container.dockerExec("npx -y verdaccio", true); container.dockerExec("npx -y verdaccio", true);
const shell1 = await container.openShell("bash");
await shell1.runCommand("safe-chain teardown");
let verdaccioStarted = false; let verdaccioStarted = false;
// Wait for verdaccio to be ready (max 60 seconds) // Wait for verdaccio to be ready (max 60 seconds)
for (let i = 0; i < 120; i++) { for (let i = 0; i < 120; i++) {