diff --git a/examples/lorawan/Makefile b/examples/lorawan/Makefile index 76a803707a..b18d388841 100644 --- a/examples/lorawan/Makefile +++ b/examples/lorawan/Makefile @@ -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 diff --git a/tests/pkg_semtech-loramac/Makefile b/tests/pkg_semtech-loramac/Makefile index ad2f10c202..ceadd1f564 100644 --- a/tests/pkg_semtech-loramac/Makefile +++ b/tests/pkg_semtech-loramac/Makefile @@ -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