1
0
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:
Gunar Schorcht 2022-08-31 08:19:03 +02:00 committed by GitHub
commit 2210721d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,11 @@ else
FANCY ?= 0
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
CFLAGS += -DFANCY=$(FANCY)