From a8a314b802bf9b27a5ecb94577826c1a516ac8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20L=C3=BCtke?= Date: Tue, 19 May 2026 23:34:06 +0000 Subject: [PATCH] Stabilize doctor CLI tests --- test/cli.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cli.test.ts b/test/cli.test.ts index 86a38d9..9d29783 100644 --- a/test/cli.test.ts +++ b/test/cli.test.ts @@ -55,6 +55,7 @@ async function runQmd( INDEX_PATH: dbPath, QMD_CONFIG_DIR: configDir, // Use test config directory PWD: workingDir, // Must explicitly set PWD since getPwd() checks this + QMD_DOCTOR_DEVICE_PROBE: "0", // Keep integration tests deterministic on CI hosts without usable GPU backends. ...options.env, }, stdio: ["ignore", "pipe", "pipe"],