Skip to content

Commit e5a6e14

Browse files
nordic-krchstephanosio
authored andcommitted
tests: logging: log_msg: Filter platforms with LOG_ALWAYS_RUNTIME set
Test is checking behavior of compile time macros used for generation of log messages thus if platform enforces runtime approach does macros are not available and complilation fails. Signed-off-by: Krzysztof Chruscinski <[email protected]>
1 parent 55ed46f commit e5a6e14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/subsys/logging/log_msg/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ common:
55
tags: log_api logging
66
integration_platforms:
77
- native_posix
8+
filter: not CONFIG_LOG_ALWAYS_RUNTIME
89
tests:
910
logging.log_msg:
1011
extra_configs:

0 commit comments

Comments
 (0)