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 ef78c89fa03bd6121e1d2012d6d3aa8ff309f247..c0850fa0c8d61db4aa6ff2c23c64fd33de536de7 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 |
@@ -219,7 +219,7 @@ class LocalDeviceInstrumentationTestRun( |
if r.GetType() == base_test_result.ResultType.UNKNOWN: |
r.SetType(base_test_result.ResultType.CRASH) |
# TODO(jbudorick): ClearApplicationState on failure before switching |
- # instrumentation tests to platform mode. |
+ # instrumentation tests to platform mode (but respect --skip-clear-data). |
return results |
#override |