test: kafka bridge is enterprise only feature
This commit is contained in:
parent
26380f48f8
commit
7acf3cfef7
|
@ -92,7 +92,6 @@ matrix() {
|
||||||
entries+=("$(format_app_entry "$app" 1 emqx-enterprise "$runner")")
|
entries+=("$(format_app_entry "$app" 1 emqx-enterprise "$runner")")
|
||||||
;;
|
;;
|
||||||
apps/emqx_bridge_kafka)
|
apps/emqx_bridge_kafka)
|
||||||
entries+=("$(format_app_entry "$app" 1 emqx "$runner")")
|
|
||||||
entries+=("$(format_app_entry "$app" 3 emqx-enterprise "$runner")")
|
entries+=("$(format_app_entry "$app" 3 emqx-enterprise "$runner")")
|
||||||
;;
|
;;
|
||||||
apps/emqx_connector)
|
apps/emqx_connector)
|
||||||
|
|
Loading…
Reference in New Issue