tests: logging: log_benchmark: Prevent flushing logs by ztest
Test is using logging in a different way and flushing logs after each test case would not work. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
a50e13ceed
commit
cc94cfd113
1 changed files with 1 additions and 0 deletions
|
@ -16,3 +16,4 @@ CONFIG_ASSERT=n
|
|||
CONFIG_LOG_STRDUP_POOL_PROFILING=y
|
||||
CONFIG_LOG_TEST_CLEAR_MESSAGE_SPACE=n
|
||||
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|
||||
CONFIG_TEST_LOGGING_FLUSH_AFTER_TEST=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue