diff --git a/examples/lorawan/Makefile b/examples/lorawan/Makefile index b18d388841..76a803707a 100644 --- a/examples/lorawan/Makefile +++ b/examples/lorawan/Makefile @@ -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 diff --git a/examples/lorawan/tests/01-run.py b/examples/lorawan/tests-with-config/01-run.py similarity index 100% rename from examples/lorawan/tests/01-run.py rename to examples/lorawan/tests-with-config/01-run.py diff --git a/tests/pkg_semtech-loramac/Makefile b/tests/pkg_semtech-loramac/Makefile index ceadd1f564..ad2f10c202 100644 --- a/tests/pkg_semtech-loramac/Makefile +++ b/tests/pkg_semtech-loramac/Makefile @@ -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 diff --git a/tests/pkg_semtech-loramac/tests/01-run.py b/tests/pkg_semtech-loramac/tests-with-config/01-run.py similarity index 100% rename from tests/pkg_semtech-loramac/tests/01-run.py rename to tests/pkg_semtech-loramac/tests-with-config/01-run.py