From 0a1d0142996d8abeb701dafe79d83fb24ec641d7 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Tue, 27 Sep 2022 09:49:25 +0200 Subject: [PATCH] examples/micropython: disable on CI for native --- examples/micropython/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/micropython/Makefile b/examples/micropython/Makefile index d735268cfb..339eda7289 100644 --- a/examples/micropython/Makefile +++ b/examples/micropython/Makefile @@ -31,4 +31,7 @@ FEATURES_OPTIONAL += periph_spi # a terminal is opened to synchronize. TESTRUNNER_RESET_AFTER_TERM ?= 1 +# failing on native with floating point exception (#15870) +TEST_ON_CI_BLACKLIST = all + include $(RIOTBASE)/Makefile.include