Skip to content

Commit 3ce2264

Browse files
committed
tests/pkg/lua_loader: disable test on native32
1 parent 7a5cd93 commit 3ce2264

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/pkg/lua_loader/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ USEMODULE += stdin
77

88
BOARD_WHITELIST += native native64 samr21-xpro
99

10+
# currently fails with a Floating point exception - see #495
11+
TEST_ON_CI_BLACKLIST += native
12+
1013
ifeq (,$(filter native native64,$(BOARD)))
1114
# This stack size is large enough to run Lua print() functions of
1215
# various lengths. Other functions untested.

0 commit comments

Comments
 (0)