Bug 1053517 - Enable the new HTTP cache during automation testing. r=jduell

CLOSED TREE
This commit is contained in:
Honza Bambas 2014-08-19 09:39:00 -04:00
parent 37a95fbda8
commit 80bc47f703

View File

@ -195,9 +195,6 @@ user_pref("general.useragent.updates.enabled", false);
// Disable webapp updates. Yes, it is supposed to be an integer.
user_pref("browser.webapps.checkForUpdates", 0);
// Do not turn HTTP cache v2 for our infra tests (some tests are failing)
user_pref("browser.cache.use_new_backend_temp", false);
// Don't connect to Yahoo! for RSS feed tests.
// en-US only uses .types.0.uri, but set all of them just to be sure.
user_pref('browser.contentHandlers.types.0.uri', 'http://test1.example.org/rss?url=%%s')