1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests-examples: ci blacklist lora tests

This commit is contained in:
Francisco Molina 2020-07-01 12:20:26 +02:00
parent 772b638d2a
commit 6263ee1b6f
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8
2 changed files with 6 additions and 0 deletions

View File

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

View File

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