chore(tests): remove old FIXME comment

This commit is contained in:
Erica Marigold 2025-01-07 18:55:57 +00:00
parent 9b6216c0a7
commit 26ce364f1f
Signed by: DevComp
GPG key ID: 429EF1C337871656

View file

@ -18,7 +18,7 @@ local FALLIBLES = {
-- "comment_garbage.zip",
"chinese.zip",
"non_utf8.zip", -- FIXME: Lune breaks for non utf8 data in process stdout
"pandoc_soft_links.zip", -- FIXME: Soft links are not handled correctly
"pandoc_soft_links.zip", -- Soft links are tested separately in edge_cases
}
return function(test: typeof(frktest.test))