72bbb446ef
The test runs for over 20min on several devices and we should move it to postsubmit. Test: -m Merged-In: Ie21c4ccece686896870c12486f55fe48840bdb1b Change-Id: I4f5f8336bb8f952db062f927f79304df2f07cdeb
24 lines
430 B
Text
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]"
|
|
// }
|
|
//]
|
|
}
|