1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

tests/thread_priority_inversion: revert blacklisting ESP32

This reverts commit 2210721d5cf2728ed5f8135c6a8e32c3d538baa0.
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)