commit 531eca8: [Test] Disable a broken unit test

Vsevolod Stakhov vsevolod at rspamd.com
Sun Dec 11 22:21:03 UTC 2022


Author: Vsevolod Stakhov
Date: 2022-12-11 22:19:26 +0000
URL: https://github.com/rspamd/rspamd/commit/531eca803018c0cf41069e448ff801825cac97fc (HEAD -> master)

[Test] Disable a broken unit test

---
 test/lua/unit/url.lua | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/lua/unit/url.lua b/test/lua/unit/url.lua
index b4168b4eb..cd23afd7c 100644
--- a/test/lua/unit/url.lua
+++ b/test/lua/unit/url.lua
@@ -103,9 +103,9 @@ context("URL check functions", function()
     {"http://0.0xFFFFFF", true, {
       host = '0.255.255.255'
     }},
-    {"http:/\\030052000001", true, {
-      host = '192.168.0.1'
-    }},
+    --{"http:/\\030052000001", true, {
+    --  host = '192.168.0.1'
+    --}},
     {"http:\\/0xc0.052000001", true, {
       host = '192.168.0.1'
     }},


More information about the Commits mailing list