tests/unittests: rtt_rtc: blacklist esp32
On esp32, pm_layered pulls in periph_rtc. This results the real rtc functions being called, which of course can't be fast-forwarded - all the tests fail.
This commit is contained in:
parent
ba711c50bf
commit
9c4eb8918f
@ -6,3 +6,7 @@ CFLAGS += -DMOCK_RTT_MAX_VALUE=0xFFFF
|
||||
# mulle always enables periph_rtt.
|
||||
# This clashes with mock_rtt.
|
||||
BOARD_BLACKLIST := mulle
|
||||
|
||||
# esp32 enables periph_rtc by default.
|
||||
# This clashes with rtt_rtc,
|
||||
FEATURES_BLACKLIST += arch_esp32
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user