Merge pull request #8787 from zhongwencool/fix-plugings-ct

fix: fix plugins ct failed on ee
This commit is contained in:
zhongwencool 2022-08-24 14:19:43 +08:00 committed by GitHub
commit 98e8980513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -112,8 +112,7 @@ default_plugins() ->
{emqx_modules, true},
{emqx_recon, true},
{emqx_retainer, false},
{emqx_rule_engine, true},
{emqx_telemetry, true}
{emqx_rule_engine, true}
].
-endif.