mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18535 from MrKevinWeiss/pr/blacklistesp32
tests/thread_priority_inversion: blacklist esp32
This commit is contained in:
commit
2210721d5c
@ -11,6 +11,11 @@ else
|
|||||||
FANCY ?= 0
|
FANCY ?= 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# KNOWN ISSUE #18534
|
||||||
|
# Currently this is failing, causing unrelated errors to block other PRs.
|
||||||
|
# This issue will be looked into but for now we need to just close our eyes.
|
||||||
|
TEST_ON_CI_BLACKLIST += esp32-wroom-32
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
CFLAGS += -DFANCY=$(FANCY)
|
CFLAGS += -DFANCY=$(FANCY)
|
||||||
|
Loading…
Reference in New Issue
Block a user