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

examples: tests: move lorawan examples to tests-with-config

This commit is contained in:
Alexandre Abadie 2020-10-09 17:51:21 +02:00
parent 80b9290bb1
commit 072718b04b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
4 changed files with 0 additions and 6 deletions

View File

@ -46,7 +46,4 @@ 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,7 +34,4 @@ 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