From: Vsevolod Stakhov Date: Sat, 25 Jul 2015 20:00:00 +0000 (+0100) Subject: Disable broken dkim test. X-Git-Tag: 1.0.0~286 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e38b84cd48f8c465b94395a5641f85209ab22b68;p=thirdparty%2Frspamd.git Disable broken dkim test. --- diff --git a/test/rspamd_dkim_test.c b/test/rspamd_dkim_test.c index 81500dcc5a..c0fca4ce5d 100644 --- a/test/rspamd_dkim_test.c +++ b/test/rspamd_dkim_test.c @@ -60,6 +60,7 @@ session_fin (gpointer unused) void rspamd_dkim_test_func () { +#if 0 rspamd_dkim_context_t *ctx; rspamd_dkim_key_t *key; rspamd_mempool_t *pool; @@ -90,4 +91,5 @@ rspamd_dkim_test_func () g_assert (rspamd_get_dkim_key (ctx, resolver, s, test_key_handler, s)); event_base_loop (base, 0); +#endif }