Bots: disable the default browser test and enable E10s
The test runner is automated, so if the default browser test is performed, the browser hangs waiting for user input it never gets. Disable the test to fix that. Moreover, enable E10s now that it is mature. This may help with the performance of the test runner as well.
This commit is contained in:
parent
f91d01cad3
commit
ee86a81a50
@ -1,3 +1,2 @@
|
||||
user_pref('browser.tabs.remote.autostart', false);
|
||||
user_pref('browser.tabs.remote.autostart.1', false);
|
||||
user_pref('browser.tabs.remote.autostart.2', false);
|
||||
// Disable the default browser test.
|
||||
user_pref('browser.shell.checkDefaultBrowser', false);
|
||||
|
Loading…
Reference in New Issue
Block a user