Skip to content

Commit

Permalink
fix(tests): skip test for v1 compatibility check when enabling v2
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlightIbuki committed Oct 29, 2024
1 parent b0ecfb0 commit 9bc6321
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/02-integration/09-hybrid_mode/01-sync_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ describe("CP/DP communication #" .. strategy .. " inc_sync=" .. inc_sync, functi
end)

describe("CP/DP #version check #" .. strategy, function()
if inc_sync then
pending("relaxed compatibility check for incremental sync")
return
end
-- for these tests, we do not need a real DP, but rather use the fake DP
-- client so we can mock various values (e.g. node_version)
describe("relaxed compatibility check:", function()
Expand Down

0 comments on commit 9bc6321

Please sign in to comment.