From 7acf3cfef7e9a8846571619907eadb0bcf09a1e1 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Thu, 2 Nov 2023 16:15:28 +0100 Subject: [PATCH] test: kafka bridge is enterprise only feature --- scripts/find-apps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/find-apps.sh b/scripts/find-apps.sh index 1a751eb73..ac65b7a6f 100755 --- a/scripts/find-apps.sh +++ b/scripts/find-apps.sh @@ -92,7 +92,6 @@ matrix() { entries+=("$(format_app_entry "$app" 1 emqx-enterprise "$runner")") ;; apps/emqx_bridge_kafka) - entries+=("$(format_app_entry "$app" 1 emqx "$runner")") entries+=("$(format_app_entry "$app" 3 emqx-enterprise "$runner")") ;; apps/emqx_connector)