fix: skip respawn in gateway sigterm test

This commit is contained in:
Peter Steinberger
2026-01-19 01:37:06 +00:00
parent 79d8267413
commit f3516fb316

View File

@@ -104,6 +104,7 @@ describe("gateway SIGTERM", () => {
cwd: process.cwd(),
env: {
...process.env,
CLAWDBOT_NO_RESPAWN: "1",
CLAWDBOT_STATE_DIR: stateDir,
CLAWDBOT_CONFIG_PATH: configPath,
CLAWDBOT_SKIP_CHANNELS: "1",