Prechádzať zdrojové kódy

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.
Turtle 1 mesiac pred
rodič
commit
e5b8b36471
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      apps/cli/tests/web-agent-presets.e2e.ts

+ 3 - 0
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.