| Index: build/android/pylib/instrumentation/test_runner.py
|
| diff --git a/build/android/pylib/instrumentation/test_runner.py b/build/android/pylib/instrumentation/test_runner.py
|
| index 5f6e4ef83de82d7c785ab7e98f5aaca839830a77..29225a5c184ea418bde984c39ca68cde9b268f7d 100644
|
| --- a/build/android/pylib/instrumentation/test_runner.py
|
| +++ b/build/android/pylib/instrumentation/test_runner.py
|
| @@ -156,7 +156,7 @@ class TestRunner(base_test_runner.BaseTestRunner):
|
| # forwarder will stomp on them otherwise.
|
| port_pairs.append(http_server_ports)
|
| self.forwarder = forwarder.Forwarder(self.adb, self.build_type)
|
| - self.forwarder.Run(port_pairs, self.tool, '127.0.0.1')
|
| + self.forwarder.Run(port_pairs, self.tool)
|
| self.flags.AddFlags(['--enable-test-intents'])
|
|
|
| def TearDown(self):
|
|
|