| Index: build/android/pylib/instrumentation/test_jar.py
|
| diff --git a/build/android/pylib/instrumentation/test_jar.py b/build/android/pylib/instrumentation/test_jar.py
|
| index c1b63c926720e6c22f1397d8a6e7425f426bc515..964dca7572187f0c52abb0948019a9fee75bdce2 100644
|
| --- a/build/android/pylib/instrumentation/test_jar.py
|
| +++ b/build/android/pylib/instrumentation/test_jar.py
|
| @@ -29,7 +29,8 @@ PICKLE_FORMAT_VERSION = 2
|
| class TestJar(object):
|
| _ANNOTATIONS = frozenset(
|
| ['Smoke', 'SmallTest', 'MediumTest', 'LargeTest', 'EnormousTest',
|
| - 'FlakyTest', 'DisabledTest', 'Manual', 'PerfTest', 'HostDrivenTest'])
|
| + 'FlakyTest', 'DisabledTest', 'Manual', 'PerfTest', 'HostDrivenTest',
|
| + 'IntegrationTest'])
|
| _DEFAULT_ANNOTATION = 'SmallTest'
|
| _PROGUARD_CLASS_RE = re.compile(r'\s*?- Program class:\s*([\S]+)$')
|
| _PROGUARD_SUPERCLASS_RE = re.compile(r'\s*? Superclass:\s*([\S]+)$')
|
|
|