diff --git a/test/box-luatest/error_on_dynamic_cfg_in_load_cfg_test.lua b/test/box-luatest/error_on_dynamic_cfg_in_load_cfg_test.lua
index abd262d9881bac3467ef557b45ff40951cbb8253..05d0f3bd205b4031ffc31256e880450c44bafef5 100644
--- a/test/box-luatest/error_on_dynamic_cfg_in_load_cfg_test.lua
+++ b/test/box-luatest/error_on_dynamic_cfg_in_load_cfg_test.lua
@@ -1,4 +1,5 @@
 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"