1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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:
Marian Buschsieweke 2024-02-20 13:12:20 +01:00
parent 463eef1c55
commit 251cffa2c5
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -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 ?=