diff options
author | 2025-02-13 18:24:56 +0000 | |
---|---|---|
committer | 2025-02-13 18:36:17 +0000 | |
commit | 2e8e980411c3463c8ea700f0b6de2b8f26eaad46 (patch) | |
tree | a8f8bc1e7dcbea44c28dbf79809f4996057d493a /TEST_MAPPING | |
parent | 07177941d40f0426f7a102ba9507e2490f1f4bbb (diff) |
Make libbluetooth_log_test runnable on device
Bug: 396279988
Fix: 396279988
Test: atest libbluetooth_log_test
Flag: EXEMPT, test change
Change-Id: Ieba7dfd3199893692d5a7aa9bc85081f489d8c84
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 2b6e8f8d6e..69a17fef1b 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -118,10 +118,9 @@ { "name": "libbluetooth_core_rs_test" }, - // Broken - //{ - // "name": "libbluetooth_log_test" - //}, + { + "name": "libbluetooth_log_test" + }, { "name": "libbluetooth_offload_hci_test" }, @@ -355,10 +354,9 @@ { "name": "libbluetooth_core_rs_test" }, - // Broken - //{ - // "name": "libbluetooth_log_test" - //}, + { + "name": "libbluetooth_log_test" + }, { "name": "libbluetooth_offload_hci_test" }, |