diff options
| -rw-r--r-- | cmds/installd/TEST_MAPPING | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cmds/installd/TEST_MAPPING b/cmds/installd/TEST_MAPPING index 8ccab4cc2d..fc4cfc98dc 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" + } + ] } ] } |