diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-02-28 20:18:37 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-02-28 20:18:37 +0000 |
commit | 1ac38c40153c947e6b4ae87ce191a766a4bfacdb (patch) | |
tree | 7a4635650af4dc588520afdbcaeaa204a7ae6d81 /test/functional/lua/tcp.lua | |
parent | 8c44b934303bbc2a983398addf8cc001fe74c8e9 (diff) | |
download | rspamd-1ac38c40153c947e6b4ae87ce191a766a4bfacdb.tar.gz rspamd-1ac38c40153c947e6b4ae87ce191a766a4bfacdb.zip |
[Test] Remove more broken tests
Diffstat (limited to 'test/functional/lua/tcp.lua')
-rw-r--r-- | test/functional/lua/tcp.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/lua/tcp.lua b/test/functional/lua/tcp.lua index 4400e4cb9..63c70683d 100644 --- a/test/functional/lua/tcp.lua +++ b/test/functional/lua/tcp.lua @@ -31,7 +31,7 @@ local function http_simple_tcp_async_symbol(task) port = 18080, }) end - +--[[ local function http_simple_tcp_symbol(task) logger.errx(task, 'connect_sync, before') @@ -171,7 +171,7 @@ local function http_tcp_symbol(task) end logger.errx(task, '(is_ok: %1) content [%2 bytes] %3', is_ok, content_length, content) end - +--]] rspamd_config:register_symbol({ name = 'SIMPLE_TCP_ASYNC_TEST', score = 1.0, |