Index: build/android/pylib/uiautomator/test_runner.py |
diff --git a/build/android/pylib/uiautomator/test_runner.py b/build/android/pylib/uiautomator/test_runner.py |
index 183c13a9d970bad2f3e3de0d7d60d7de4c82c3f0..b4788d018272e6461a7e494f4a6b643b6163fc2c 100644 |
--- a/build/android/pylib/uiautomator/test_runner.py |
+++ b/build/android/pylib/uiautomator/test_runner.py |
@@ -29,6 +29,10 @@ class TestRunner(instr_test_runner.TestRunner): |
self.test_pkg.Install(self.adb) |
#override |
+ def PushDataDeps(self): |
+ pass |
+ |
+ #override |
def _RunTest(self, test, timeout): |
self.adb.ClearApplicationState(self.package_name) |
if 'Feature:FirstRunExperience' in self.test_pkg.GetTestAnnotations(test): |