From 251cffa2c524603428bbb4452f0b155f88bae01b Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 20 Feb 2024 13:12:20 +0100 Subject: [PATCH] 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. --- examples/micropython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/micropython/Makefile b/examples/micropython/Makefile index e5e7829693..f337823456 100644 --- a/examples/micropython/Makefile +++ b/examples/micropython/Makefile @@ -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 ?=