| Index: build/android/test_runner.py
|
| diff --git a/build/android/test_runner.py b/build/android/test_runner.py
|
| index 26d53b94a779456825cd9a2ee9d7742e9654c48c..af1b07d266e58251ee89e838646119f903677a9c 100755
|
| --- a/build/android/test_runner.py
|
| +++ b/build/android/test_runner.py
|
| @@ -315,8 +315,8 @@ def ProcessJavaTestOptions(args):
|
| elif args.test_filter:
|
| args.annotations = []
|
| else:
|
| - args.annotations = ['Smoke', 'SmallTest', 'MediumTest', 'LargeTest',
|
| - 'EnormousTest', 'IntegrationTest']
|
| + args.annotations = ['SmallTest', 'MediumTest', 'LargeTest', 'EnormousTest',
|
| + 'IntegrationTest']
|
|
|
| if args.exclude_annotation_str:
|
| args.exclude_annotations = args.exclude_annotation_str.split(',')
|
|
|