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:
Benjamin Valentin 2019-12-05 22:44:46 +01:00
parent 03b95ef833
commit 81e9603981

View File

@ -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