From e5b8b36471b304902f554de446236cb0d8e4bdad Mon Sep 17 00:00:00 2001 From: Turtle Date: Tue, 11 Aug 2026 17:32:36 +0800 Subject: [PATCH] test(e2e): disable the always-on client-hmr row in the preset boot The suite disables the webserver and browser roster rows; the reload chain waits on both, so the activation audit failed the boot. --- apps/cli/tests/web-agent-presets.e2e.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/cli/tests/web-agent-presets.e2e.ts b/apps/cli/tests/web-agent-presets.e2e.ts index 7947fb0807..f37da4c4a7 100644 --- a/apps/cli/tests/web-agent-presets.e2e.ts +++ b/apps/cli/tests/web-agent-presets.e2e.ts @@ -79,6 +79,9 @@ async function bootWeb(settingsFile: string, extra: PatchOptions[] = []): Promis { id: 'skill-badge', disabled: false }, { id: 'modules', disabled: true }, { id: 'connection', disabled: true }, + // The always-on reload chain waits for the browser roster and bound port + // disabled above. + { id: 'client-hmr', disabled: true }, // The shipped `-auto` chooser resolves its interaction from a running // host and so waits for the webserver disabled above; the browse variant // supplies `directoryPicker` without one.