summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-07-14 18:19:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-07-14 18:19:53 +0000
commite6d7b58981ca14d70dfec1b8b51c2b2f34060de0 (patch)
treee52225c3701d549bb9cc002fd8c20163e5dc13ee
parent487109e7bb7c3478306be8465b3ba959177c537d (diff)
parent9b19cd9bdeecb6723641ba45561af6a7ec97b2c9 (diff)
downloadnative-android-s-beta-4.tar.gz
Merge "Exclude LargeTests from presubmit."android-s-beta-4android-s-beta-3android-s-beta-4
-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 269b867c83..9c5ce67f51 100644
--- a/libs/binder/TEST_MAPPING
+++ b/libs/binder/TEST_MAPPING
@@ -58,6 +58,9 @@
"name": "CtsOsTestCases",
"options": [
{
+ "exclude-annotation": "android.platform.test.annotations.LargeTest"
+ },
+ {
"exclude-filter": "android.os.cts.BuildTest#testSdkInt"
},
{