DO NOT MERGE deduplicate CtsAppSearchHostTestCases from presubmit-large & presubmit

Change-Id: Ia793f9706309eebcf7d6849facb6e09c87e5f50a
Merged-In: I2c8ac6f1db6aea68a0054d446c6197164a742520
Test: presubmit
Bug: 270214959
This commit is contained in:
Julien Desprez
2023-02-28 19:17:03 +00:00
parent 18493d6267
commit b44fb95f0b

View File

@@ -27,6 +27,9 @@
{ {
"path": "cts/hostsidetests/os/test_mappings/packagemanager" "path": "cts/hostsidetests/os/test_mappings/packagemanager"
}, },
{
"path": "cts/hostsidetests/appsearch"
},
{ {
"path": "system/apex/tests" "path": "system/apex/tests"
}, },
@@ -45,6 +48,12 @@
{ {
"name": "ApkVerityTest" "name": "ApkVerityTest"
}, },
{
"name": "CtsSilentUpdateHostTestCases"
},
{
"name": "CtsSuspendAppsTestCases"
},
{ {
"name": "CtsIncrementalInstallHostTestCases", "name": "CtsIncrementalInstallHostTestCases",
"options": [ "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", "name": "CtsSuspendAppsPermissionTestCases",
"options": [ "options": [