summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKweku Adams <kwekua@google.com>2021-07-14 10:20:06 -0700
committerKweku Adams <kwekua@google.com>2021-07-14 10:20:06 -0700
commit9b19cd9bdeecb6723641ba45561af6a7ec97b2c9 (patch)
treef3dfa650f930a867d9d8bd15e689b10c89778d95
parent1c0d5f71509131d2fd527d629cf706f9df0d6139 (diff)
downloadnative-9b19cd9bdeecb6723641ba45561af6a7ec97b2c9.tar.gz
Exclude LargeTests from presubmit.
Bug: 191603039 Test: N/A Merged-In: I6320e9b20b1cceb37c0a27f311bbf6a45d3a57bb Change-Id: If5b28b4d7c4a96cffe96ff52be0887f6545bca30
-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"
},
{