Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlightIbuki authored Nov 5, 2024
1 parent 8e70e86 commit 61b84c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/02-integration/09-hybrid_mode/01-sync_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local uuid = require("kong.tools.uuid").uuid
local KEY_AUTH_PLUGIN


for _, inc_sync in ipairs { "on" } do
for _, inc_sync in ipairs { "on", "off" } do
for _, strategy in helpers.each_strategy() do

-- labels are no longer supported
Expand Down Expand Up @@ -740,7 +740,6 @@ describe("CP/DP config sync #" .. strategy, function()
end)
end)

-- the feature is no longer supported
skip_inc_sync("CP/DP labels #" .. strategy, function()
lazy_setup(function()
helpers.get_db_utils(strategy) -- runs migrations
Expand Down

0 comments on commit 61b84c6

Please sign in to comment.