Skip to content

Commit

Permalink
Revert "tests(clustering): enable rpc sync on test (#14142)"
Browse files Browse the repository at this point in the history
This reverts commit b441f1e.
  • Loading branch information
chronolaw authored Jan 14, 2025
1 parent a61ef41 commit 5064bfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/03-plugins/11-correlation-id/02-schema_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ describe("Plugin: correlation-id (schema) #a [#" .. strategy .."]", function()
end)
end)

for _, rpc_sync in ipairs { "off", "on" } do
--- XXX FIXME: enable rpc_sync = on
for _, rpc_sync in ipairs { "off" } do
describe("in hybrid mode" .. " rpc_sync=" .. rpc_sync, function()
local route
lazy_setup(function()
Expand Down

0 comments on commit 5064bfc

Please sign in to comment.