Commit 095d3186 authored by Grzegorz Chwierut's avatar Grzegorz Chwierut Committed by Dan Kalowsky
Browse files

tests: fix: limit platforms in boot.with_mcumgr.test_upgrade_ble



Missed in #91596 that more platforms are added in common part.
Excluded nrf9160dk/nrf9160 and nucleo_wba55cg from
configuration with BLE.

Signed-off-by: default avatarGrzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
parent 9c6e6d78
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@ tests:
  boot.with_mcumgr.test_upgrade_ble:
    platform_allow:
      - nrf52840dk/nrf52840
    platform_exclude:
      - nrf9160dk/nrf9160
      - nucleo_wba55cg
    integration_platforms:
      - nrf52840dk/nrf52840
    extra_args: EXTRA_CONF_FILE="overlay-bt.conf"