| Index: build/android/test_runner.py
|
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py
|
| index 8ca3ed74020253ccd7df5dd805be8c2a30b14d7d..b0d7d6563f4912e070008b6d2c9a4c0d2c4d49c8 100755
|
| --- a/build/android/test_runner.py
|
| +++ b/build/android/test_runner.py
|
| @@ -362,7 +362,7 @@ def ProcessJavaTestOptions(args):
|
| args.annotations = []
|
| else:
|
| args.annotations = ['Smoke', 'SmallTest', 'MediumTest', 'LargeTest',
|
| - 'EnormousTest', 'IntegrationTest']
|
| + 'EnormousTest', 'IntegrationTest', 'RenderTest']
|
|
|
| if args.exclude_annotation_str:
|
| args.exclude_annotations = args.exclude_annotation_str.split(',')
|
|
|