blob: d1de2515773a71dd54ab4d646ce5757287e670c9 [file] [log] [blame]
Devin Moorec1b5f692023-01-19 21:13:36 +00001{
2 "presubmit" : [
3 {
Jack He2d2f3c22023-03-27 03:04:52 -07004 "name" : "VtsHalBluetoothTargetTest",
5 "options": [
6 {
7 // TODO(b/275847929)
8 "exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Cdd_C_12_1_Bluetooth5Requirements/0_android_hardware_bluetooth_IBluetoothHci_default"
9 }
10 ]
Devin Moorec1b5f692023-01-19 21:13:36 +000011 }
Myles Watson048b8f72023-03-31 13:15:19 -070012 ],
13 "hwasan-presubmit" : [
14 {
15 "name" : "VtsHalBluetoothTargetTest",
16 "options": [
17 {
18 // TODO(b/275847929)
19 "exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Cdd_C_12_1_Bluetooth5Requirements/0_android_hardware_bluetooth_IBluetoothHci_default"
20 }
21 ]
22 }
Devin Moorec1b5f692023-01-19 21:13:36 +000023 ]
24}