From cc72fb871c8ed38f4d493a278c4abbf738763f1c Mon Sep 17 00:00:00 2001 From: Blair McBride Date: Wed, 27 Aug 2014 12:38:08 +1200 Subject: [PATCH] Bug 1056769 - UITour tests shouldn't hit the network. r=MattN --- testing/profiles/prefs_general.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/profiles/prefs_general.js b/testing/profiles/prefs_general.js index 651c8696a265..d303b38da4e6 100644 --- a/testing/profiles/prefs_general.js +++ b/testing/profiles/prefs_general.js @@ -242,3 +242,7 @@ user_pref("browser.newtabpage.directory.ping", ""); // Enable Loop user_pref("loop.enabled", true); + +// Ensure UITour won't hit the network +user_pref("browser.uitour.pinnedTabUrl", "http://%(server)s/uitour-dummy/pinnedTab"); +user_pref("browser.uitour.url", "http://%(server)s/uitour-dummy/tour");