1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #13705 from benpicco/tests-rtt_rtc-fix

unittests/tests-rtt_rtc: blacklist test on esp32
This commit is contained in:
Gunar Schorcht 2020-03-25 09:53:05 +01:00 committed by GitHub
commit 11b5503aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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