1{ 2 "presubmit": [ 3 { 4 "name": "CtsRootBluetoothTestCases", 5 "options": [ 6 { 7 // TODO(b/275847929) 8 "exclude-filter": "android.bluetooth.cts_root.BluetoothCddRootTest#test_C_12_1_Bluetooth5Requirements" 9 } 10 ] 11 } 12 ], 13 "hwasan-postsubmit": [ 14 { 15 "name": "CtsRootBluetoothTestCases" 16 } 17 ], 18 "kernel-presubmit": [ 19 { 20 "name": "CtsRootBluetoothTestCases", 21 "options": [ 22 { 23 // TODO(b/275847929) 24 "exclude-filter": "android.bluetooth.cts_root.BluetoothCddRootTest#test_C_12_1_Bluetooth5Requirements" 25 } 26 ] 27 } 28 ] 29} 30