Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index 0fb133cc5ddb82d7de0cdab3285c8144087907b4..922b8999ee4f4665d01cae88e16b1df52ca0aa65 100755 |
--- a/build/android/test_runner.py |
+++ b/build/android/test_runner.py |
@@ -793,7 +793,8 @@ |
return sorted(attached_devices) |
-_DEFAULT_PLATFORM_MODE_TESTS = ['gtest', 'instrumentation', 'perf'] |
+# TODO(rnephew): Add perf when ready to switch to platform mode as default. |
+_DEFAULT_PLATFORM_MODE_TESTS = ['gtest', 'instrumentation'] |
def RunTestsCommand(args): # pylint: disable=too-many-return-statements |