diff options
| author | 2021-02-22 14:55:09 +0800 | |
|---|---|---|
| committer | 2021-02-22 14:55:09 +0800 | |
| commit | fe31b6c5eed0fd90285f8cc92bf1ebcbf19b6758 (patch) | |
| tree | aca460e722e776721b43b21d8949134b3a11db29 | |
| parent | 9203e5b94ad02ff8bd350220c5cad6189eab297c (diff) | |
Move CtsScopedStorageHostTest to group presubmit-large
The test config takes longer than 15mins to run. Move it to a dedicated
group for running slow presubmit Test Mapping test.
Some more context is in the referenced bug, e.g, b/174495337
The group will work exactly the same as presubmit for now.
Bug: 174654670
Bug: 174495337
Test: none
Change-Id: I9d1c072ababa10787daad373bc102cc5f77c61ff
| -rw-r--r-- | services/core/java/com/android/server/TEST_MAPPING | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/TEST_MAPPING b/services/core/java/com/android/server/TEST_MAPPING index a927fa2c4bd4..0ea88f44c0b4 100644 --- a/services/core/java/com/android/server/TEST_MAPPING +++ b/services/core/java/com/android/server/TEST_MAPPING @@ -36,7 +36,9 @@ } ], "file_patterns": ["NotificationManagerService\\.java"] - }, + } + ], + "presubmit-large": [ { "name": "CtsScopedStorageHostTest", "file_patterns": ["StorageManagerService\\.java"] |