From 095d3186e612211e621ac3883875e07c4cdb1341 Mon Sep 17 00:00:00 2001 From: Grzegorz Chwierut Date: Fri, 4 Jul 2025 10:49:12 +0200 Subject: [PATCH] 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: Grzegorz Chwierut --- tests/boot/with_mcumgr/testcase.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/boot/with_mcumgr/testcase.yaml b/tests/boot/with_mcumgr/testcase.yaml index 4871830e41e..afaca20f90b 100644 --- a/tests/boot/with_mcumgr/testcase.yaml +++ b/tests/boot/with_mcumgr/testcase.yaml @@ -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"