Chromium Code Reviews| Index: tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py |
| diff --git a/tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py b/tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py |
| index aeda1d2594ef68ccff8ceb883fb857d4767c51ae..618086851695ae8bf7b3f34437e380f0dc22d679 100644 |
| --- a/tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py |
| +++ b/tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py |
| @@ -62,7 +62,7 @@ class CrOSLoginTest(cros_test_case.CrOSTestCase): |
| extension.ExecuteJavaScript('chrome.autotestPrivate.logout();') |
| # TODO(chrishenry): crbug.com/450278. DevToolsClientConnectionError |
| # should probably be caught at a lower-level. |
| - except (exceptions.AppCrashException, |
| + except (exceptions.Error, |
| devtools_http.DevToolsClientConnectionError): |
|
achuithb
2015/03/04 00:31:15
DevToolsClientConnectionError does not inherit fro
erikchen
2015/03/04 01:14:16
Yes. I will do that in a followup CL.
|
| pass |
| util.WaitFor(lambda: not self._IsCryptohomeMounted(), 20) |