| 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 7ecc52b07679cd78709407b8fa4ffeb039c71661..f2a75299d0e13a3fc240e0e5098913ad3e2ddf04 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
|
| @@ -141,6 +141,8 @@ class LocalDeviceInstrumentationTestRun(
|
| self._test_instance.GetDataDependencies())
|
|
|
| def TearDown(self):
|
| + @local_device_test_run.handle_shard_failures_with(
|
| + self._env.BlacklistDevice)
|
| def individual_device_tear_down(dev):
|
| if str(dev) in self._flag_changers:
|
| self._flag_changers[str(dev)].Restore()
|
|
|