Skip to content

Commit 1dd9993

Browse files
aescolarChromeos LUCI
authored andcommitted
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. (cherry picked from commit 2dc67c5) Original-Signed-off-by: Alberto Escolar Piedras <[email protected]> GitOrigin-RevId: 2dc67c5 Change-Id: I87f8126388811eb81efffe9f039410132dc364ed Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5653341 Tested-by: ChromeOS Prod (Robot) <[email protected]> Tested-by: Ting Shen <[email protected]> Commit-Queue: Ting Shen <[email protected]> Reviewed-by: Ting Shen <[email protected]>
1 parent ce76182 commit 1dd9993

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/net/lib/http_server/hpack/testcase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ common:
99
integration_platforms:
1010
- native_sim
1111
- qemu_x86
12+
platform_exclude:
13+
- native_posix
14+
- native_posix/native/64
1215
tests:
1316
net.http.server.http2_hpack: {}

0 commit comments

Comments
 (0)