Skip to content

Commit

Permalink
Merge pull request RIOT-OS#20401 from maribu/tests/sys/posix_semaphor…
Browse files Browse the repository at this point in the history
…e/disable_native_on_ci

examples, tests: disable native and native64 for more flaky tests
  • Loading branch information
maribu authored Feb 20, 2024
2 parents 609ad44 + 251cffa commit 34de528
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/micropython/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FEATURES_OPTIONAL += periph_spi
TESTRUNNER_RESET_AFTER_TERM ?= 1

# failing on native with floating point exception (#15870)
TEST_ON_CI_BLACKLIST = native
TEST_ON_CI_BLACKLIST += native native64

# avoid running Kconfig by default
SHOULD_RUN_KCONFIG ?=
Expand Down
4 changes: 4 additions & 0 deletions tests/sys/posix_semaphore/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ USEMODULE += ztimer64_usec
# microbit qemu failing currently
TEST_ON_CI_BLACKLIST += microbit

# native / native64 may fail under load with:
# first: waited too long <NUM> usec => FAILED
TEST_ON_CI_BLACKLIST += native native64

include $(RIOTBASE)/Makefile.include

0 comments on commit 34de528

Please sign in to comment.