diff --git a/applications/matter_bridge/sample.yaml b/applications/matter_bridge/sample.yaml index ea9eb45e5f83..61390dd44863 100644 --- a/applications/matter_bridge/sample.yaml +++ b/applications/matter_bridge/sample.yaml @@ -99,7 +99,7 @@ tests: extra_args: CONFIG_BRIDGE_GENERIC_SWITCH_BRIDGED_DEVICE=n CONFIG_BRIDGE_ONOFF_LIGHT_SWITCH_BRIDGED_DEVICE=y CONFIG_CHIP_MEMORY_PROFILING=y CONFIG_BRIDGED_DEVICE_BT=y - CONFIG_BRIDGE_MIGRATE_VERSION_1=n + CONFIG_BRIDGE_MIGRATE_VERSION_1=n CONFIG_WIFI_NM_WPA_SUPPLICANT_WPA3=n integration_platforms: - nrf7002dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp diff --git a/samples/matter/light_switch/sample.yaml b/samples/matter/light_switch/sample.yaml index 6a55dec80fa0..c22e4681137c 100644 --- a/samples/matter/light_switch/sample.yaml +++ b/samples/matter/light_switch/sample.yaml @@ -53,7 +53,7 @@ tests: sample.matter.light_switch.persistent_subscriptions: sysbuild: true build_only: true - extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y + extra_args: CONFIG_CHIP_PERSISTENT_SUBSCRIPTIONS=y CONFIG_WIFI_NM_WPA_SUPPLICANT_WPA3=n platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf7002dk/nrf5340/cpuapp nrf54l15dk/nrf54l15/cpuapp integration_platforms: diff --git a/scripts/quarantine.yaml b/scripts/quarantine.yaml index 517fa01d6c9b..190ff2193d0b 100644 --- a/scripts/quarantine.yaml +++ b/scripts/quarantine.yaml @@ -2,13 +2,6 @@ # will be skipped if quarantine is used. More details here: # https://docs.zephyrproject.org/latest/guides/test/twister.html#quarantine -- scenarios: - - applications.matter_bridge.lto.br_ble.memory_profiling - - sample.matter.light_switch.persistent_subscriptions - platforms: - - nrf7002dk/nrf5340/cpuapp - comment: "Flash overflow: https://nordicsemi.atlassian.net/browse/NCSDK-30731" - - scenarios: - applications.matter_bridge.lto.br_ble.nrf54h20.wifi - applications.matter_bridge.release.br_ble.nrf54h20.wifi