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 efed5347f2b14d14239311bb9b71156cf8647e1f..867e2c13290c681c6b62842b5e3dfd502d54d2c3 100644 |
--- a/build/android/pylib/base_test_runner.py |
+++ b/build/android/pylib/base_test_runner.py |
@@ -41,11 +41,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 |