tests: net: http_server: Remove harness requirement

The HTTP server tests are self-contained, they do not require network
environment to execute, hence should not specify "harness: net".

The consequence of specifying the harness was that HTTP server tests in
the CI were only built, and not executed, which doesn't make much sense.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2024-07-26 15:51:00 +02:00 committed by Fabio Baltieri
commit 3eafc19835
4 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,4 @@
common:
harness: net
min_ram: 80
tags:
- http

View file

@ -1,5 +1,4 @@
common:
harness: net
min_ram: 60
tags:
- http

View file

@ -1,5 +1,4 @@
common:
harness: net
depends_on: netif
min_ram: 60
tags:

View file

@ -1,5 +1,4 @@
common:
harness: net
min_ram: 192
tags:
- http