Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applications: matter_bridge: Disable WPA3 for memory profiling config #19366

Merged
merged 3 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion applications/matter_bridge/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
adigie marked this conversation as resolved.
Show resolved Hide resolved
integration_platforms:
- nrf7002dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpuapp
Expand Down
2 changes: 1 addition & 1 deletion samples/matter/light_switch/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 0 additions & 7 deletions scripts/quarantine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading