Open Bug 1362155 Opened 7 years ago Updated 2 years ago

Intermittent Linux "reftest | application timed out after 330 seconds with no output" due to default browser screen taking focus

Categories

(Testing :: Reftest, defect)

Version 3
defect

Tracking

(Not tracked)

People

(Reporter: intermittent-bug-filer, Unassigned)

References

Details

(Keywords: intermittent-failure)

I see:
https://dxr.mozilla.org/mozilla-central/source/browser/components/nsBrowserGlue.js#1071

has this check:
      const skipDefaultBrowserCheck =
        Services.prefs.getBoolPref("browser.shell.skipDefaultBrowserCheckOnFirstRun") &&
        Services.prefs.getBoolPref("browser.shell.skipDefaultBrowserCheck");

and for release or beta we will be false:
https://dxr.mozilla.org/mozilla-central/source/browser/app/profile/firefox.js#237

I see this was modified in bug 1225648, lets see if :jaws might know more about this pref and what we should set in automation.
Flags: needinfo?(jaws)
This was actually last changed by bug 1322723. Redirecting to dao since he worked on that bug.
Blocks: 1322723
Flags: needinfo?(jaws) → needinfo?(dao+bmo)
The pref to set in automation is browser.shell.checkDefaultBrowser = false.
Flags: needinfo?(dao+bmo)
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.