From cc94cfd113904e8c117eb02bee3c20236438baa5 Mon Sep 17 00:00:00 2001 From: Krzysztof Chruscinski Date: Fri, 19 Nov 2021 12:32:25 +0100 Subject: [PATCH] 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 --- tests/subsys/logging/log_benchmark/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/subsys/logging/log_benchmark/prj.conf b/tests/subsys/logging/log_benchmark/prj.conf index 96b3fe5143b..254f77a2a32 100644 --- a/tests/subsys/logging/log_benchmark/prj.conf +++ b/tests/subsys/logging/log_benchmark/prj.conf @@ -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