1{ 2 "presubmit": [ 3 { 4 "name": "CtsBluetoothTestCases", 5 "options": [ 6 { 7 // TODO(b/303306195): Exclude a flaky test the other team is already working on from our check 8 "exclude-filter": "android.bluetooth.cts.LeL2capSocketTest#openInsecureLeL2capServerSocketRepeatedly" 9 } 10 ] 11 }, 12 { 13 "name": "net_test_bluetooth" 14 }, 15 { 16 // CtsUwbTestCases: Single Device Cts tests for UWB 17 // Multi Device Cts tests are brought to presubmit with cl/618942497 18 "name": "CtsUwbTestCases" 19 } 20 ] 21}