summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKweku Adams <kwekua@google.com>2021-07-07 16:48:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-07-07 16:48:39 +0000
commitc45b3a871c657c7873f0d06d0d1a23327cceca92 (patch)
tree75b417c706221205340a61e78fa52a4e0f7e6c4e
parent3f3b607d342c14b306365f5c4758017703d8c4b3 (diff)
parent122f225f530514b72abd9a6206b8ee67e38afc6a (diff)
downloadnative-c45b3a871c657c7873f0d06d0d1a23327cceca92.tar.gz
Merge "Exclude LargeTests from presubmit." into sc-dev
-rw-r--r--libs/binder/TEST_MAPPING3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING
index b58d919d33..1010a2d79d 100644
--- a/libs/binder/TEST_MAPPING
+++ b/libs/binder/TEST_MAPPING
@@ -52,6 +52,9 @@
"name": "CtsOsTestCases",
"options": [
{
+ "exclude-annotation": "android.platform.test.annotations.LargeTest"
+ },
+ {
"exclude-filter": "android.os.cts.BuildTest#testSdkInt"
},
{