From 5064bfc4f1f17b9a393537af1a1208e42148cd9a Mon Sep 17 00:00:00 2001 From: Chrono Date: Tue, 14 Jan 2025 17:40:43 +0800 Subject: [PATCH] Revert "tests(clustering): enable rpc sync on test (#14142)" This reverts commit b441f1ec2c039de79773402d0b05a18743c396f2. --- spec/03-plugins/11-correlation-id/02-schema_spec.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/03-plugins/11-correlation-id/02-schema_spec.lua b/spec/03-plugins/11-correlation-id/02-schema_spec.lua index 86f8c7c7212..e5aa7c3035e 100644 --- a/spec/03-plugins/11-correlation-id/02-schema_spec.lua +++ b/spec/03-plugins/11-correlation-id/02-schema_spec.lua @@ -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()