diff options
Diffstat (limited to 'test/rspamd_dkim_test.c')
-rw-r--r-- | test/rspamd_dkim_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rspamd_dkim_test.c b/test/rspamd_dkim_test.c index 81500dcc5..c0fca4ce5 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 } |