tests/net/lib/http_server/hpack: Exclude native_posix
This test explicity enables the POSIX_API which is not compatible with native_posix. Let's exclude this target. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
f13196429e
commit
2dc67c56b4
1 changed files with 3 additions and 0 deletions
|
|
@ -9,5 +9,8 @@ common:
|
|||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_x86
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
net.http.server.http2_hpack: {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue