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:
Tim van der Meij 2017-04-27 20:39:57 +02:00
parent f91d01cad3
commit ee86a81a50
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

View File

@ -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);