blob: 41a508eb21e5ea1d98b9668f1fcbde08f7384d15 [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)
Myles Watsonc97b0192023-05-10 14:06:32 -07008 "exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Vsr_Bluetooth5Requirements/0_android_hardware_bluetooth_IBluetoothHci_default"
Jack He2d2f3c22023-03-27 03:04:52 -07009 }
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)
Myles Watsonc97b0192023-05-10 14:06:32 -070019 "exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Vsr_Bluetooth5Requirements/0_android_hardware_bluetooth_IBluetoothHci_default"
Myles Watson048b8f72023-03-31 13:15:19 -070020 }
21 ]
22 }
Devin Moorec1b5f692023-01-19 21:13:36 +000023 ]
24}