From af031e4dbdd7de95a9e9483beefffad247a9193c Mon Sep 17 00:00:00 2001 From: Robin Xiang Date: Wed, 17 May 2023 14:43:50 +0800 Subject: [PATCH] spec --- spec/01-unit/19-hybrid/03-compat_spec.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spec/01-unit/19-hybrid/03-compat_spec.lua b/spec/01-unit/19-hybrid/03-compat_spec.lua index c8ecf06d1657..f21454205aea 100644 --- a/spec/01-unit/19-hybrid/03-compat_spec.lua +++ b/spec/01-unit/19-hybrid/03-compat_spec.lua @@ -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