diff --git a/extensions/browser/src/doctor-browser.test.ts b/extensions/browser/src/doctor-browser.test.ts index 3162134b2ed..a4a4c2bd3cf 100644 --- a/extensions/browser/src/doctor-browser.test.ts +++ b/extensions/browser/src/doctor-browser.test.ts @@ -14,7 +14,9 @@ describe("browser doctor readiness", () => { }, { noteFn, + platform: "linux", env: { DISPLAY: ":99" }, + getUid: () => 1000, resolveManagedExecutable: () => ({ kind: "chrome", path: "/usr/bin/google-chrome" }), }, ); @@ -34,6 +36,8 @@ describe("browser doctor readiness", () => { { noteFn, platform: "linux", + env: { DISPLAY: ":99" }, + getUid: () => 1000, resolveManagedExecutable: () => null, }, );