1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

Merge pull request #14408 from fjmolinas/pr_lora_tests

tests-examples: ci blacklist lora tests
This commit is contained in:
Martine Lenders 2020-07-01 22:32:22 +02:00 committed by GitHub
commit 71f1310639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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