| Index: build/android/pylib/base_test_runner.py
|
| diff --git a/build/android/pylib/base_test_runner.py b/build/android/pylib/base_test_runner.py
|
| index 203d51ddfc694457de8b88c74ddb636515e9fffd..0c3a5dc183f2ec18b1aafe0be62fc851d20d4a04 100644
|
| --- a/build/android/pylib/base_test_runner.py
|
| +++ b/build/android/pylib/base_test_runner.py
|
| @@ -43,11 +43,6 @@ class BaseTestRunner(object):
|
| self.device = device
|
| self.adb = android_commands.AndroidCommands(device=device)
|
| self.tool = CreateTool(tool, self.adb)
|
| - # Synchronize date/time between host and device. Otherwise same file on
|
| - # host and device may have different timestamp which may cause
|
| - # AndroidCommands.PushIfNeeded failed, or a test which may compare timestamp
|
| - # got from http head and local time could be failed.
|
| - self.adb.SynchronizeDateTime()
|
| self._http_server = None
|
| self._forwarder = None
|
| self._forwarder_device_port = 8000
|
|
|