]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Remove broken test
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 6 Dec 2021 13:31:56 +0000 (13:31 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 6 Dec 2021 13:31:56 +0000 (13:31 +0000)
test/lua/unit/selectors.lua

index 270d06941d3946c672c79cf2ec983a8635915469..5eff52528f7259ab1610ad8de35ee5c1e1031e75 100644 (file)
@@ -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")]],