samples: net: lwm2m_client: Remove nrf52dk_nrf52832 from the allowlist
BLE and LwM2M grew in terms of RAM usage so that the sample does not fit into nRF52832 anymore in the default configuration. This cause twister to report an error when overflows errors are enabled. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
b09f543673
commit
7628eb51f1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ tests:
|
|||
sample.net.lwm2m_client.bt:
|
||||
harness: net
|
||||
extra_args: OVERLAY_CONFIG=overlay-bt.conf
|
||||
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840 disco_l475_iot1
|
||||
platform_allow: nrf52840dk_nrf52840 disco_l475_iot1
|
||||
tags: net lwm2m
|
||||
sample.net.lwm2m_client.queue_mode:
|
||||
harness: net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue