Skip to content

Commit 251cffa

Browse files
committed
examples/micropython: disable on native64
This was already disabled on native, but it is also flaky on native64 under load due to sleeps potentially taking longer.
1 parent 463eef1 commit 251cffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/micropython/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FEATURES_OPTIONAL += periph_spi
3232
TESTRUNNER_RESET_AFTER_TERM ?= 1
3333

3434
# failing on native with floating point exception (#15870)
35-
TEST_ON_CI_BLACKLIST = native
35+
TEST_ON_CI_BLACKLIST += native native64
3636

3737
# avoid running Kconfig by default
3838
SHOULD_RUN_KCONFIG ?=

0 commit comments

Comments
 (0)