1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

examples/micropython: re-enable CI test on non-native

This commit is contained in:
Kaspar Schleiser 2022-09-27 15:03:14 +02:00
parent 1a372d253d
commit d88e666080

View File

@ -32,6 +32,6 @@ FEATURES_OPTIONAL += periph_spi
TESTRUNNER_RESET_AFTER_TERM ?= 1
# failing on native with floating point exception (#15870)
TEST_ON_CI_BLACKLIST = all
TEST_ON_CI_BLACKLIST = native
include $(RIOTBASE)/Makefile.include