tests: openthread: Disable native_posix board
Eventfd is not compatible with native_posix so disable testing for it. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
d3df57afd4
commit
7bfbc937e6
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
common:
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
- native_sim
|
||||
- native_sim/native/64
|
||||
platform_exclude:
|
||||
- native_posix/native/64
|
||||
- native_posix
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue