Skip to content

Commit 3163a92

Browse files
Thalleynashif
authored andcommitted
samples: Bluetooth: Classic: Fix duplicated tests
Some tests had the same name which is clearly wrong, and this causes CI issues. Changed the test names to be correct. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
1 parent d935e4d commit 3163a92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

samples/bluetooth/classic/a2dp_source/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tests:
1919
extra_args:
2020
- CONFIG_BUILD_ONLY_NO_BLOBS=y
2121
build_only: true
22-
sample.bluetooth.a2dp.sink.nxp_m2_2el_wifi_bt.no_blobs:
22+
sample.bluetooth.a2dp.source.nxp_m2_2el_wifi_bt.no_blobs:
2323
platform_allow:
2424
- mimxrt1060_evk@C/mimxrt1062/qspi
2525
tags:

samples/bluetooth/classic/handsfree/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tests:
1919
extra_args:
2020
- CONFIG_BUILD_ONLY_NO_BLOBS=y
2121
build_only: true
22-
sample.bluetooth.a2dp.sink.nxp_m2_2el_wifi_bt.no_blobs:
22+
sample.bluetooth.handsfree.nxp_m2_2el_wifi_bt.no_blobs:
2323
platform_allow:
2424
- mimxrt1060_evk@C/mimxrt1062/qspi
2525
tags:

0 commit comments

Comments
 (0)