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.
This commit is contained in:
parent
03b95ef833
commit
81e9603981
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user