platform_packages_modules_C.../nearby/TEST_MAPPING
Xinyi Zhou 72bbb446ef [nearby] Move NearbyIntegrationUntrustedTests and NearbyIntegrationPrivilegedTests from presubmit to postsubmit
The test runs for over 20min on several devices and we should move it to postsubmit.

Test: -m
Merged-In: Ie21c4ccece686896870c12486f55fe48840bdb1b
Change-Id: I4f5f8336bb8f952db062f927f79304df2f07cdeb
2023-09-01 19:30:18 +00:00

24 lines
430 B
Text

{
"presubmit": [
{
"name": "NearbyUnitTests"
}
],
"postsubmit": [
{
"name": "NearbyUnitTests"
},
{
"name": "NearbyIntegrationPrivilegedTests"
},
{
"name": "NearbyIntegrationUntrustedTests"
}
]
// TODO(b/193602229): uncomment once it's supported.
//"mainline-presubmit": [
// {
// "name": "NearbyUnitTests[com.google.android.nearby.apex]"
// }
//]
}