Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
fixup! Use prefs to set up local dns entries for firefox rather than …
Browse files Browse the repository at this point in the history
…autoproxy.
  • Loading branch information
jgraham committed Apr 14, 2015
1 parent b03c403 commit 4754c99
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions wptrunner/browsers/firefox.py
Expand Up @@ -53,7 +53,8 @@ def executor_kwargs(test_type, server_config, cache_manager, **kwargs):


def env_options():
return {"host": "web-platform.test",
return {"host": "127.0.0.1",
"external_host": "web-platform.test",
"bind_hostname": "false",
"certificate_domain": "web-platform.test",
"encrypt_after_connect": True,
Expand Down Expand Up @@ -89,10 +90,6 @@ def start(self):

preferences = self.load_prefs()

ports = {"http": "8000",
"https": "8443",
"ws": "8888"}

self.profile = FirefoxProfile(locations=locations,
preferences=preferences)
self.profile.set_preferences({"marionette.defaultPrefs.enabled": True,
Expand Down

0 comments on commit 4754c99

Please sign in to comment.