Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Dec 1, 2024
1 parent d556540 commit 18f7664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ for _, strategy in helpers.each_strategy() do
admin_listen = "127.0.0.1:" .. helpers.get_available_port(),
nginx_conf = "spec/fixtures/custom_nginx.template",
cluster_rpc = "on",
plugins = "bundled,rpc-framework-test",
cluster_incremental_sync = "off",
}))

Expand All @@ -59,7 +60,7 @@ for _, strategy in helpers.each_strategy() do
nginx_conf = "spec/fixtures/custom_nginx.template",
cluster_rpc = "on",
plugins = "bundled,rpc-framework-test",
cluster_incremental_sync = inc_sync, -- incremental sync
cluster_incremental_sync = "off",
}))

assert(helpers.start_kong({
Expand Down

0 comments on commit 18f7664

Please sign in to comment.