From b6667668f16130a34b30ea29b2775fb9dcbba32b Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 25 Mar 2022 12:14:16 +0100 Subject: [PATCH] tests/minimal: disable test_utils_print_stack_usage --- tests/minimal/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/minimal/Makefile b/tests/minimal/Makefile index ac6ae278a7..32948e0359 100644 --- a/tests/minimal/Makefile +++ b/tests/minimal/Makefile @@ -5,6 +5,7 @@ CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE DISABLE_MODULE += auto_init auto_init_% DISABLE_MODULE += test_utils_interactive_sync +DISABLE_MODULE += test_utils_print_stack_usage USEMODULE += stdio_null