diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-11-25 16:54:35 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-11-25 16:54:35 +0000 |
commit | 228458db4dc3c20049947e7750f3fc5e134309ae (patch) | |
tree | aa1a186f799f9d8ea3d0923a6b9379f3ed5e3abb /test | |
parent | eda0fa8f2a48cc0e0cc7d4c982dfa36b6b9aa47e (diff) | |
download | rspamd-228458db4dc3c20049947e7750f3fc5e134309ae.tar.gz rspamd-228458db4dc3c20049947e7750f3fc5e134309ae.zip |
[Test] Disable broken test (type mismatch)
Diffstat (limited to 'test')
-rw-r--r-- | test/lua/unit/selectors.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lua/unit/selectors.lua b/test/lua/unit/selectors.lua index 063d44e35..1f7252a77 100644 --- a/test/lua/unit/selectors.lua +++ b/test/lua/unit/selectors.lua @@ -219,9 +219,9 @@ context("Selectors test", function() selector = "time", expect = {"1537364211"}}, - ["request_header"] = { - selector = "request_header(hdr1)", - expect = {"value1"}}, +-- ["request_header"] = { +-- selector = "request_header(hdr1)", +-- expect = {"value1"}}, ["get_host"] = { selector = "urls:get_host", |