From 25a14aff21e0bcbc806bcf3384bef742e8773731 Mon Sep 17 00:00:00 2001 From: easoncylee Date: Mon, 19 Apr 2021 10:41:26 +0800 Subject: [PATCH] Move CtsInstalledLoadingProgressHostTests 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: Id12caa8a87b6be142d49e8e871c6edb01ffbab6a --- services/incremental/TEST_MAPPING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/incremental/TEST_MAPPING b/services/incremental/TEST_MAPPING index d93525600a2dd..6aa8a939739a4 100644 --- a/services/incremental/TEST_MAPPING +++ b/services/incremental/TEST_MAPPING @@ -24,7 +24,9 @@ }, { "name": "CtsIncrementalInstallHostTestCases" - }, + } + ], + "presubmit-large": [ { "name": "CtsInstalledLoadingProgressHostTests" }