| 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 8ab2f0d8ea59960f090ed2978818f8713d8b9b5b..fa9a08c221518b558d227e4288930192365f115e 100644
|
| --- a/build/android/pylib/gtest/test_runner.py
|
| +++ b/build/android/pylib/gtest/test_runner.py
|
| @@ -368,11 +368,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.
|
|
|