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

tests/thread_priority_inversion: revert blacklisting ESP32

This reverts commit 2210721d5c.
This commit is contained in:
Gunar Schorcht 2022-08-31 08:19:03 +02:00
parent 2092c35ef6
commit 1ab0b77543

View File

@ -11,11 +11,6 @@ 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)