Index: Tools/Scripts/webkitpy/layout_tests/port/android.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/android.py b/Tools/Scripts/webkitpy/layout_tests/port/android.py |
index 7660dcec783f4b0e1a8a9ff5c83697cb3732e414..0ec8277e3699ed6c6ff411ea7de71c961a903603 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/android.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/android.py |
@@ -852,7 +852,7 @@ class ChromiumAndroidDriver(driver.Driver): |
_log.debug('[%s] %s' % (self._android_commands.get_serial(), message)) |
def _abort(self, message): |
- raise AssertionError('[%s] %s' % (self._android_commands.get_serial(), message)) |
+ raise driver.DeviceOffline('[%s] %s' % (self._android_commands.get_serial(), message)) |
@staticmethod |
def _extract_hashes_from_md5sum_output(md5sum_output): |