Index: build/android/pylib/results/report_results.py |
diff --git a/build/android/pylib/results/report_results.py b/build/android/pylib/results/report_results.py |
index d39acd0d3800b9c8e4f4bbc4704dde628cbe9500..16ef79febebe74a9ee530a7c62b50977ac6c1b4f 100644 |
--- a/build/android/pylib/results/report_results.py |
+++ b/build/android/pylib/results/report_results.py |
@@ -85,7 +85,7 @@ def LogFull(results, test_type, test_package, annotation=None, |
test_package: Test package name (e.g. 'ipc_tests' for gtests, |
'ContentShellTest' for instrumentation tests) |
annotation: If instrumenation test type, this is a list of annotations |
- (e.g. ['Smoke', 'SmallTest']). |
+ (e.g. ['Feature', 'SmallTest']). |
flakiness_server: If provider, upload the results to flakiness dashboard |
with this URL. |
""" |