| 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):
|
| + return AnnotatedFunctions._AddFunction('EnormousTest', function)
|
| +
|
| +
|
| def FlakyTest(function):
|
| return AnnotatedFunctions._AddFunction('FlakyTest', function)
|
|
|
|
|