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"],