From 81e960398124f61ea3ee41e18e529bd6651eb3b3 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 5 Dec 2019 22:44:46 +0100 Subject: [PATCH] tests/periph_backup_ram: disable test_utils_interactive_sync The `periph_backup_ram` test expects the CPU to enter Deep Sleep, wake up (causing a CPU reset) increment a counter and go back to sleep. Introducing a requirement on interaction after reset breaks the test. --- tests/periph_backup_ram/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/periph_backup_ram/Makefile b/tests/periph_backup_ram/Makefile index 1ee6cb7f24..81c22443be 100644 --- a/tests/periph_backup_ram/Makefile +++ b/tests/periph_backup_ram/Makefile @@ -6,6 +6,8 @@ USEMODULE += pm_layered USEMODULE += periph_rtc USEMODULE += xtimer +DISABLE_MODULE += test_utils_interactive_sync + CFLAGS += -DLOG_LEVEL=LOG_WARNING include $(RIOTBASE)/Makefile.include