blob: e6546775665a856a319be366d7c620b6b66ef9f3 [file] [log] [blame]
{
// only change to presubmit after collecting stats first in post, per
// go/test-mapping-slo-guide
"postsubmit": [
{
"name": "CtsUwbTestCases"
}
],
"presubmit": [
{
"name": "CtsBluetoothTestCases",
"options": [
{
// TODO(b/303306195): Exclude a flaky test the other team is already working on from our check
"exclude-filter": "android.bluetooth.cts.LeL2capSocketTest#openInsecureLeL2capServerSocketRepeatedly"
}
]
},
{
"name": "net_test_bluetooth"
}
]
}