tests-examples: ci blacklist lora tests
This commit is contained in:
parent
772b638d2a
commit
6263ee1b6f
@ -46,4 +46,7 @@ ifneq (,$(filter test,$(MAKECMDGOALS)))
|
||||
DEFAULT_MODULE += test_utils_interactive_sync
|
||||
endif
|
||||
|
||||
# Can't be run on ci since it requires gateway + lora node
|
||||
TEST_ON_CI_BLACKLIST = all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
@ -34,4 +34,7 @@ ifneq (,$(filter iotlab%,$(MAKECMDGOALS)))
|
||||
include $(RIOTBASE)/dist/testbed-support/Makefile.iotlab
|
||||
endif
|
||||
|
||||
# Can't be run on ci since it requires gateway + lora node
|
||||
TEST_ON_CI_BLACKLIST = all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user