Skip to content

Commit

Permalink
Fix compatibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Feb 20, 2024
1 parent 667dfee commit d1a11f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/entrypoint/srv_basic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ if os.getenv('TARANTOOL_DISABLE_SYNCHRO_MODE') then
end

local rebalancer_mode = os.getenv('TARANTOOL_REBALANCER_MODE')
if not rebalancer_mode then
rebalancer_mode = 'auto'
end

local disable_errstack = nil
if os.getenv('TARANTOOL_DISABLE_ERRSTACK') then
Expand Down

0 comments on commit d1a11f4

Please sign in to comment.