Skip to content

Commit

Permalink
Merge pull request RIOT-OS#18535 from MrKevinWeiss/pr/blacklistesp32
Browse files Browse the repository at this point in the history
tests/thread_priority_inversion: blacklist esp32
  • Loading branch information
gschorcht authored Aug 31, 2022
2 parents 1ddb5ac + 2633fe5 commit 2210721
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/thread_priority_inversion/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2210721

Please sign in to comment.