From 2633fe537e9daeb400c6849293fd9586ef1492d3 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Tue, 30 Aug 2022 17:31:12 +0200 Subject: [PATCH] tests/thread_priorty_inversion: blacklist esp32 This is causing hardware test failure, in some cases blocking PRs that should have passed. --- tests/thread_priority_inversion/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/thread_priority_inversion/Makefile b/tests/thread_priority_inversion/Makefile index f48eecd09ccf..e6b9a0a4dca8 100644 --- a/tests/thread_priority_inversion/Makefile +++ b/tests/thread_priority_inversion/Makefile @@ -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)