Excluding long incremental stats tests from presubmit
BUG: 293380233
Test: presubmit
Change-Id: I3519bf2260a4c967a033cb4330e41a86f1a124e4
diff --git a/services/incremental/TEST_MAPPING b/services/incremental/TEST_MAPPING
index d32364d..cdb1fc6 100644
--- a/services/incremental/TEST_MAPPING
+++ b/services/incremental/TEST_MAPPING
@@ -9,7 +9,12 @@
]
},
{
- "name": "CtsPackageManagerIncrementalStatsHostTestCases"
+ "name": "CtsPackageManagerIncrementalStatsHostTestCases",
+ "options": [
+ {
+ "exclude-annotation": "android.platform.test.annotations.LargeTest"
+ }
+ ]
},
{
"name": "CtsIncrementalInstallHostTestCases"
@@ -42,5 +47,15 @@
{
"name": "CtsIncrementalInstallHostTestCases"
}
+ ],
+ "postsubmit": [
+ {
+ "name": "CtsPackageManagerIncrementalStatsHostTestCases",
+ "options": [
+ {
+ "include-annotation": "android.platform.test.annotations.LargeTest"
+ }
+ ]
+ }
]
}