From 432a57b390d94985aa95c5e8e22ddeadd80602fe Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Wed, 31 Aug 2022 08:19:03 +0200 Subject: [PATCH] tests/thread_priority_inversion: revert blacklisting ESP32 This reverts commit 2210721d5cf2728ed5f8135c6a8e32c3d538baa0. --- tests/thread_priority_inversion/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/thread_priority_inversion/Makefile b/tests/thread_priority_inversion/Makefile index e6b9a0a4dca8..f48eecd09ccf 100644 --- a/tests/thread_priority_inversion/Makefile +++ b/tests/thread_priority_inversion/Makefile @@ -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)