Chromium Code Reviews| Index: build/android/pylib/host_driven/tests_annotations.py |
| diff --git a/build/android/pylib/host_driven/tests_annotations.py b/build/android/pylib/host_driven/tests_annotations.py |
| index f2a183466dfd76b9d474e861bc344e174bd46d5c..8744256ac0c72dde63590e0635caa694b219a936 100644 |
| --- a/build/android/pylib/host_driven/tests_annotations.py |
| +++ b/build/android/pylib/host_driven/tests_annotations.py |
| @@ -73,6 +73,10 @@ def LargeTest(function): |
| return AnnotatedFunctions._AddFunction('LargeTest', function) |
| +def EnormousTest(function): |
|
Lei Zhang
2013/01/18 02:41:20
Should this be part of the CL that actually add th
|
| + return AnnotatedFunctions._AddFunction('EnormousTest', function) |
| + |
| + |
| def FlakyTest(function): |
| return AnnotatedFunctions._AddFunction('FlakyTest', function) |