Skip to content

Commit

Permalink
spec
Browse files Browse the repository at this point in the history
  • Loading branch information
liverpool8056 committed May 18, 2023
1 parent 69e526c commit af031e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/01-unit/19-hybrid/03-compat_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,9 @@ describe("kong.clustering.compat", function()


for _, strategy in helpers.each_strategy() do
local compat_describe = (strategy == "postgres") and describe or pending
-- bypass test case against cassandra backend
local compat_describe = (strategy ~= "cassandra") and describe or pending

compat_describe("[#" .. strategy .. "]: check compat for entities those have `updated_at` field", function()
local bp, db, entity_names

Expand Down

0 comments on commit af031e4

Please sign in to comment.