The test was actually filtered out in the integration platforms (native_sim) as SERIAL was not enabled in its prj.conf and that is not enabled by default for this target. Let's just enable it. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTRESS=y
|
|
CONFIG_UART_ASYNC_RX_HELPER=y
|
|
CONFIG_SERIAL=y
|