]> source.dussan.org Git - rspamd.git/commit
[Test] Remove test case with non-deterministic result 4323/head
authorPetr Vaněk <arkamar@atlas.cz>
Sat, 5 Nov 2022 09:19:57 +0000 (10:19 +0100)
committerPetr Vaněk <arkamar@atlas.cz>
Sat, 5 Nov 2022 10:34:50 +0000 (11:34 +0100)
commit059e2e69731c599d887a68356662fcf196d8a715
treefc379a0e4e4687f234cb4941e244176fd79f81a7
parentb2f0dd775c6d3f78234c5e2d1118eac21490bbd5
[Test] Remove test case with non-deterministic result

Removed test case does not work with luajit-2.1 anymore as it depends on
internal behavior of lujait-2.0.

The order of URL list returned by `extract_specific_urls` function from
`lualib/lua_util` depends on order of keys in table of TLDs.  The test
case incorrectly expects "net" and "com" being in front of the table,
however, "org" can appear there as well.
test/lua/unit/lua_util.extract_specific_urls.lua