| Index: build/android/pylib/instrumentation/instrumentation_test_instance.py
|
| diff --git a/build/android/pylib/instrumentation/instrumentation_test_instance.py b/build/android/pylib/instrumentation/instrumentation_test_instance.py
|
| index 4d1f6bceeeccfab7563e19cf19b2e87a8939cef9..02c066958ee8586ebf0bdcf71239591583ca6a4a 100644
|
| --- a/build/android/pylib/instrumentation/instrumentation_test_instance.py
|
| +++ b/build/android/pylib/instrumentation/instrumentation_test_instance.py
|
| @@ -30,7 +30,7 @@ _ACTIVITY_RESULT_OK = -1
|
| _COMMAND_LINE_PARAMETER = 'cmdlinearg-parameter'
|
| _DEFAULT_ANNOTATIONS = [
|
| 'Smoke', 'SmallTest', 'MediumTest', 'LargeTest',
|
| - 'EnormousTest', 'IntegrationTest']
|
| + 'EnormousTest', 'IntegrationTest', 'RenderTest']
|
| _EXCLUDE_UNLESS_REQUESTED_ANNOTATIONS = [
|
| 'DisabledTest', 'FlakyTest']
|
| _VALID_ANNOTATIONS = set(['Manual', 'PerfTest'] + _DEFAULT_ANNOTATIONS +
|
|
|