fzf-lua: disable flakey tests

This commit is contained in:
Charlotte 🦝 Deleńkec
2025-09-17 16:18:54 +01:00
parent b68ff86036
commit f5888d15f8
+2 -1
View File
@@ -154,7 +154,8 @@ in
# FIXME: https://github.com/NixOS/nixpkgs/issues/431458
# fzf-lua throws `address already in use` on darwin
# Previewer transient failure
doCheck = !stdenv.hostPlatform.isDarwin;
# UI tests fail either transiently or consistently in certain software/hardware configurations
doCheck = false;
checkInputs = [
fd
fzf