From b44fb95f0bb85f1f47cd72504f327c44d7b96006 Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Tue, 28 Feb 2023 19:17:03 +0000 Subject: [PATCH] DO NOT MERGE deduplicate CtsAppSearchHostTestCases from presubmit-large & presubmit Change-Id: Ia793f9706309eebcf7d6849facb6e09c87e5f50a Merged-In: I2c8ac6f1db6aea68a0054d446c6197164a742520 Test: presubmit Bug: 270214959 --- core/java/android/content/pm/TEST_MAPPING | 42 +++++------------------ 1 file changed, 9 insertions(+), 33 deletions(-) diff --git a/core/java/android/content/pm/TEST_MAPPING b/core/java/android/content/pm/TEST_MAPPING index d4a24af61c9f5..a7cc5de2e735b 100644 --- a/core/java/android/content/pm/TEST_MAPPING +++ b/core/java/android/content/pm/TEST_MAPPING @@ -27,6 +27,9 @@ { "path": "cts/hostsidetests/os/test_mappings/packagemanager" }, + { + "path": "cts/hostsidetests/appsearch" + }, { "path": "system/apex/tests" }, @@ -45,6 +48,12 @@ { "name": "ApkVerityTest" }, + { + "name": "CtsSilentUpdateHostTestCases" + }, + { + "name": "CtsSuspendAppsTestCases" + }, { "name": "CtsIncrementalInstallHostTestCases", "options": [ @@ -80,39 +89,6 @@ } ] }, - { - "name": "CtsAppSearchHostTestCases", - "options": [ - { - "exclude-annotation": "androidx.test.filters.FlakyTest" - }, - { - "exclude-annotation": "org.junit.Ignore" - } - ] - }, - { - "name": "CtsSilentUpdateHostTestCases", - "options": [ - { - "exclude-annotation": "androidx.test.filters.FlakyTest" - }, - { - "exclude-annotation": "org.junit.Ignore" - } - ] - }, - { - "name": "CtsSuspendAppsTestCases", - "options": [ - { - "exclude-annotation": "androidx.test.filters.FlakyTest" - }, - { - "exclude-annotation": "org.junit.Ignore" - } - ] - }, { "name": "CtsSuspendAppsPermissionTestCases", "options": [