tests lwm2m_rd_client: Allow only on native_posix

This test is too dependent on the exact order of events,
and known to fail in most platforms but native_posix.
To mitigate the issue and avoid blocking development
due to failed CI tests, let's only allow the test in
native_posix.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-09-01 13:21:00 +02:00 committed by Alberto Escolar
parent b38e1cd62a
commit 4f0b2a0bf6

View file

@ -4,7 +4,7 @@ common:
tags:
- lwm2m
- net
integration_platforms:
platform_allow:
- native_posix
tests:
net.lwm2m.lwm2m_rd_client: