Skip to content

Commit 095d318

Browse files
gchwierdkalowsk
authored andcommitted
tests: fix: limit platforms in boot.with_mcumgr.test_upgrade_ble
Missed in zephyrproject-rtos#91596 that more platforms are added in common part. Excluded nrf9160dk/nrf9160 and nucleo_wba55cg from configuration with BLE. Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
1 parent 9c6e6d7 commit 095d318

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/boot/with_mcumgr/testcase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ tests:
2525
boot.with_mcumgr.test_upgrade_ble:
2626
platform_allow:
2727
- nrf52840dk/nrf52840
28+
platform_exclude:
29+
- nrf9160dk/nrf9160
30+
- nucleo_wba55cg
2831
integration_platforms:
2932
- nrf52840dk/nrf52840
3033
extra_args: EXTRA_CONF_FILE="overlay-bt.conf"

0 commit comments

Comments
 (0)