| Index: build/android/pylib/gtest/test_runner.py
|
| diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
|
| index a487214797c89ac1540db78fea807c1c67a8bfba..5798a699ffd378a059cf18029fd22027523a9238 100644
|
| --- a/build/android/pylib/gtest/test_runner.py
|
| +++ b/build/android/pylib/gtest/test_runner.py
|
| @@ -359,11 +359,6 @@ class TestRunner(base_test_runner.BaseTestRunner):
|
| self.test_package.ClearApplicationState()
|
| self.test_package.CreateTestRunnerScript(test, self._test_arguments)
|
| test_results = self.test_package.RunTestsAndListResults()
|
| - except errors.DeviceUnresponsiveError as e:
|
| - # Make sure this device is not attached
|
| - logging.warning(e)
|
| - if android_commands.IsDeviceAttached(self.device):
|
| - raise
|
| finally:
|
| self.CleanupSpawningServerState()
|
| # Calculate unknown test results.
|
|
|