From: Vsevolod Stakhov Date: Mon, 6 Dec 2021 13:31:56 +0000 (+0000) Subject: [Test] Remove broken test X-Git-Tag: 3.2~188 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f57a0d2d90a874eee6cb15242304827cc64844a;p=thirdparty%2Frspamd.git [Test] Remove broken test --- diff --git a/test/lua/unit/selectors.lua b/test/lua/unit/selectors.lua index 270d06941d..5eff52528f 100644 --- a/test/lua/unit/selectors.lua +++ b/test/lua/unit/selectors.lua @@ -201,9 +201,10 @@ context("Selectors test", function() selector = "specific_urls({need_emails = true, limit = 2})", expect = {{"test@example.net", "http://subdomain.example.net"}}}, - ["specific_urls + emails limit"] = { - selector = "specific_urls({need_emails = true, limit = 1})", - expect = {{"test@example.net"}}}, + -- Broken test as order depends on the hash function internally + --["specific_urls + emails limit"] = { + -- selector = "specific_urls({need_emails = true, limit = 1})", + -- expect = {{"test@example.net"}}}, ["pool_var str, default type"] = { selector = [[pool_var("str_var")]],