Skip to content

Commit

Permalink
tests/unittests: blacklist LLVM on native
Browse files Browse the repository at this point in the history
This test is randomly failing CI, so disable it.
  • Loading branch information
benpicco committed Sep 29, 2023
1 parent b45cb32 commit 7c718ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/unittests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ ifeq (, $(UNIT_TESTS))
endif
endif

ifeq (llvm,$(TOOLCHAIN))
# the floating point exception bug is more likely to trigger when build
# with LLVM, so we just disable LLVM on native as a work around
TEST_ON_CI_BLACKLIST += native
endif

DISABLE_MODULE += auto_init auto_init_%

# boards using stdio via CDC ACM require auto_init to automatically
Expand Down

0 comments on commit 7c718ae

Please sign in to comment.