From: Vsevolod Stakhov Date: Fri, 1 Mar 2019 10:12:54 +0000 (+0000) Subject: [Test] Fix DNS tests X-Git-Tag: 1.9.0~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f1984f76bbf7199e95da372eddb5dabcf58f42d;p=thirdparty%2Frspamd.git [Test] Fix DNS tests --- diff --git a/test/functional/lua/dns.lua b/test/functional/lua/dns.lua index 62b7d21e6d..702b985506 100644 --- a/test/functional/lua/dns.lua +++ b/test/functional/lua/dns.lua @@ -22,7 +22,8 @@ rspamd_config:register_symbol({ name = 'SIMPLE_DNS_SYNC', score = 1.0, callback = dns_sync_symbol, - no_squeeze = true + no_squeeze = true, + flags = 'coro', })