mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
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.
This commit is contained in:
parent
463eef1c55
commit
251cffa2c5
@ -32,7 +32,7 @@ FEATURES_OPTIONAL += periph_spi
|
|||||||
TESTRUNNER_RESET_AFTER_TERM ?= 1
|
TESTRUNNER_RESET_AFTER_TERM ?= 1
|
||||||
|
|
||||||
# failing on native with floating point exception (#15870)
|
# failing on native with floating point exception (#15870)
|
||||||
TEST_ON_CI_BLACKLIST = native
|
TEST_ON_CI_BLACKLIST += native native64
|
||||||
|
|
||||||
# avoid running Kconfig by default
|
# avoid running Kconfig by default
|
||||||
SHOULD_RUN_KCONFIG ?=
|
SHOULD_RUN_KCONFIG ?=
|
||||||
|
Loading…
Reference in New Issue
Block a user