We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463eef1 commit 251cffaCopy full SHA for 251cffa
1 file changed
examples/micropython/Makefile
@@ -32,7 +32,7 @@ FEATURES_OPTIONAL += periph_spi
32
TESTRUNNER_RESET_AFTER_TERM ?= 1
33
34
# failing on native with floating point exception (#15870)
35
-TEST_ON_CI_BLACKLIST = native
+TEST_ON_CI_BLACKLIST += native native64
36
37
# avoid running Kconfig by default
38
SHOULD_RUN_KCONFIG ?=
0 commit comments