From fe31b6c5eed0fd90285f8cc92bf1ebcbf19b6758 Mon Sep 17 00:00:00 2001 From: easoncylee Date: Mon, 22 Feb 2021 14:55:09 +0800 Subject: [PATCH] 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 --- services/core/java/com/android/server/TEST_MAPPING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/core/java/com/android/server/TEST_MAPPING b/services/core/java/com/android/server/TEST_MAPPING index a927fa2c4bd47..0ea88f44c0b46 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"]