Skip to content
Snippets Groups Projects
Commit 508e8915 authored by Nikolay Shirokovskiy's avatar Nikolay Shirokovskiy Committed by Vladimir Davydov
Browse files

test: skip error_on_dynamic_cfg_in_load_cfg_test in EE

The test expects CE and running it in EE does not add value so let's
skip it.

NO_DOC=test fix
NO_CHANGELOG=test fix
NO_TEST=test fix
parent 77d22c73
No related branches found
No related tags found
No related merge requests found
local server = require('test.luatest_helpers.server')
local misc = require('test.luatest_helpers.misc')
local t = require('luatest')
local fio = require('fio')
local g = t.group()
......@@ -12,6 +13,7 @@ g.after_test("test_error_on_dynamic_cfg_in_load_cfg", function()
end)
g.test_error_on_dynamic_cfg_in_load_cfg = function()
misc.skip_if_enterprise()
g.server:start{wait_for_readiness = false}
t.helpers.retrying({}, function()
local msg = "Community edition does not support WAL extensions"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment