Skip to content

Commit

Permalink
samples/net/cloud/aws_iot_mqtt: Fix sample yaml
Browse files Browse the repository at this point in the history
The sample yaml filter syntax was incorrect.
Fix it.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar committed Nov 6, 2023
1 parent 5639bc0 commit 3dce4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/net/cloud/aws_iot_mqtt/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sample:
common:
tags: net mqtt cloud
harness: net
filter: CONFIG_FULL_LIBC_SUPPORTED && not CONFIG_NATIVE_LIBC
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
extra_args: USE_DUMMY_CREDS=1
tests:
sample.net.cloud.aws_iot_mqtt:
Expand Down

0 comments on commit 3dce4c7

Please sign in to comment.