| 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 8bfe4b3f30dfc9bd0bdd1ec0f52872b8afdaa3c7..ce28c440d6f7a73899b34c41a6e3af076567b725 100644
|
| --- a/build/android/pylib/instrumentation/instrumentation_test_instance.py
|
| +++ b/build/android/pylib/instrumentation/instrumentation_test_instance.py
|
| @@ -30,8 +30,7 @@ _ACTIVITY_RESULT_OK = -1
|
|
|
| _COMMAND_LINE_PARAMETER = 'cmdlinearg-parameter'
|
| _DEFAULT_ANNOTATIONS = [
|
| - 'Smoke', 'SmallTest', 'MediumTest', 'LargeTest',
|
| - 'EnormousTest', 'IntegrationTest']
|
| + 'SmallTest', 'MediumTest', 'LargeTest', 'EnormousTest', 'IntegrationTest']
|
| _EXCLUDE_UNLESS_REQUESTED_ANNOTATIONS = [
|
| 'DisabledTest', 'FlakyTest']
|
| _VALID_ANNOTATIONS = set(['Manual', 'PerfTest'] + _DEFAULT_ANNOTATIONS +
|
|
|