| Index: build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_instrumentation_test_run.py b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| index 6c00b7087dc9f5c44aeabdc2ca2abe8a17c0174c..59d43a90644c95c21b3f06f43c26598837704d5a 100644
|
| --- a/build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| +++ b/build/android/pylib/local/device/local_device_instrumentation_test_run.py
|
| @@ -62,6 +62,7 @@ class LocalDeviceInstrumentationTestRun(
|
| def TestPackage(self):
|
| return self._test_instance.suite
|
|
|
| + #override
|
| def SetUp(self):
|
| def substitute_device_root(d, device_root):
|
| if not d:
|
| @@ -153,6 +154,7 @@ class LocalDeviceInstrumentationTestRun(
|
| individual_device_set_up,
|
| self._test_instance.GetDataDependencies())
|
|
|
| + #override
|
| def TearDown(self):
|
| @local_device_environment.handle_shard_failures_with(
|
| self._env.BlacklistDevice)
|
|
|