Skip to content

Commit

Permalink
tests/periph_backup_ram: disable test_utils_interactive_sync
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
benpicco committed Dec 5, 2019
1 parent 03b95ef commit 81e9603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/periph_backup_ram/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 81e9603

Please sign in to comment.