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
This commit is contained in:
easoncylee
2021-02-22 14:55:09 +08:00
parent 9203e5b94a
commit fe31b6c5ee

View File

@@ -36,7 +36,9 @@
}
],
"file_patterns": ["NotificationManagerService\\.java"]
},
}
],
"presubmit-large": [
{
"name": "CtsScopedStorageHostTest",
"file_patterns": ["StorageManagerService\\.java"]