commit 228458d: [Test] Disable broken test (type mismatch)

Vsevolod Stakhov vsevolod at highsecure.ru
Wed Nov 25 16:56:06 UTC 2020


Author: Vsevolod Stakhov
Date: 2020-11-25 16:54:35 +0000
URL: https://github.com/rspamd/rspamd/commit/228458db4dc3c20049947e7750f3fc5e134309ae (HEAD -> master)

[Test] Disable broken test (type mismatch)

---
 test/lua/unit/selectors.lua | 6 +++---
 1 file 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",


More information about the Commits mailing list