Skip to content

Commit

Permalink
[Minor] Disable broken http bench
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Feb 19, 2019
1 parent 3f00d10 commit 1dcc9a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Expand Up @@ -8,7 +8,6 @@ SET(TESTSRC rspamd_mem_pool_test.c
rspamd_radix_test.c
rspamd_shingles_test.c
rspamd_upstream_test.c
rspamd_http_test.c
rspamd_lua_pcall_vs_resume_test.c
rspamd_lua_test.c
rspamd_cryptobox_test.c
Expand Down
1 change: 1 addition & 0 deletions test/rspamd_http_test.c
Expand Up @@ -17,6 +17,7 @@
#include "rspamd.h"
#include "util.h"
#include "libutil/http_connection.h"
#include "libutil/http_router.h"
#include "libutil/http_private.h"
#include "tests.h"
#include "ottery.h"
Expand Down
2 changes: 1 addition & 1 deletion test/rspamd_test_suite.c
Expand Up @@ -74,13 +74,13 @@ main (int argc, char **argv)
g_test_add_func ("/rspamd/rrd", rspamd_rrd_test_func);
g_test_add_func ("/rspamd/upstream", rspamd_upstream_test_func);
g_test_add_func ("/rspamd/shingles", rspamd_shingles_test_func);
g_test_add_func ("/rspamd/http", rspamd_http_test_func);
g_test_add_func ("/rspamd/lua", rspamd_lua_test_func);
g_test_add_func ("/rspamd/cryptobox", rspamd_cryptobox_test_func);
g_test_add_func ("/rspamd/heap", rspamd_heap_test_func);
g_test_add_func ("/rspamd/lua_pcall", rspamd_lua_lua_pcall_vs_resume_test_func);

#if 0
g_test_add_func ("/rspamd/http", rspamd_http_test_func);
g_test_add_func ("/rspamd/url", rspamd_url_test_func);
g_test_add_func ("/rspamd/statfile", rspamd_statfile_test_func);
g_test_add_func ("/rspamd/aio", rspamd_async_test_func);
Expand Down

0 comments on commit 1dcc9a6

Please sign in to comment.