Skip to content

Commit 8b3e155

Browse files
mmahadevan108nashif
authored andcommitted
samples: websocket_client: Run only when netif is enabled
Add depends_on: netif to prevent running on boards that do not have netif enabled Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent c3379a8 commit 8b3e155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/net/sockets/websocket_client/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
common:
22
tags: net http http_client websocket_client websocket
33
min_ram: 35
4+
depends_on: netif
45
sample:
56
description: Websocket client sample
67
name: websocket_client

0 commit comments

Comments
 (0)