commit | e3a326a135241b6e418434b8d9c3d51477c89f8c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Apr 13 14:16:17 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 13 14:16:17 2022 +0000 |
tree | 012f054079ff5831eca80dbaa7a52c1e210c92b1 | |
parent | 35556594fe06f679cd1ade1350f8a65317bc70e8 [diff] | |
parent | f113345e144128033d35d6201e3022f5482a4189 [diff] |
Merge "Filter out large tests from presubmit" am: 635170436d am: 94022f90fa am: f113345e14 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2063867 Change-Id: I4c4e7e499873ef6d4fe9a28c6dbbb141d3e3fc62 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/cmds/installd/TEST_MAPPING b/cmds/installd/TEST_MAPPING index 8ccab4c..fc4cfc9 100644 --- a/cmds/installd/TEST_MAPPING +++ b/cmds/installd/TEST_MAPPING
@@ -32,7 +32,12 @@ "name": "CtsCompilationTestCases" }, { - "name": "SdkSandboxStorageHostTest" + "name": "SdkSandboxStorageHostTest", + "options": [ + { + "exclude-annotation": "android.platform.test.annotations.LargeTest" + } + ] } ] }