1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

examples/micropython: disable on CI for native

This commit is contained in:
Kaspar Schleiser 2022-09-27 09:49:25 +02:00
parent fe428c370b
commit 0a1d014299

View File

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