summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/marionette/client/marionette_driver/geckoinstance.py2
-rw-r--r--testing/profiles/prefs_general.js3
2 files changed, 0 insertions, 5 deletions
diff --git a/testing/marionette/client/marionette_driver/geckoinstance.py b/testing/marionette/client/marionette_driver/geckoinstance.py
index 174168ed2..c59cc2ace 100644
--- a/testing/marionette/client/marionette_driver/geckoinstance.py
+++ b/testing/marionette/client/marionette_driver/geckoinstance.py
@@ -77,8 +77,6 @@ class GeckoInstance(object):
"marionette.defaultPrefs.enabled": True,
"media.volume_scale": "0.01",
- # Make sure the disk cache doesn't get auto disabled
- "network.http.bypass-cachelock-threshold": 200000,
# Do not prompt for temporary redirects
"network.http.prompt-temp-redirect": False,
# Disable speculative connections so they aren"t reported as leaking when they"re
diff --git a/testing/profiles/prefs_general.js b/testing/profiles/prefs_general.js
index 3ec41b385..960cbda15 100644
--- a/testing/profiles/prefs_general.js
+++ b/testing/profiles/prefs_general.js
@@ -197,9 +197,6 @@ user_pref("dom.mozContacts.enabled", true);
// Enable mozSettings
user_pref("dom.mozSettings.enabled", true);
-// Make sure the disk cache doesn't get auto disabled
-user_pref("network.http.bypass-cachelock-threshold", 200000);
-
// Enable Gamepad
user_pref("dom.gamepad.enabled", true);
user_pref("dom.gamepad.non_standard_events.enabled", true);