tests: disable a few tests due to broken notmuch
This disables a few tests that fail due to a broken notmuch in Nixpkgs. See https://github.com/nix-community/home-manager/pull/2629 and https://github.com/NixOS/nixpkgs/pull/154309
This commit is contained in:
parent
8a5550aea3
commit
5a8b29bc7a
|
@ -46,7 +46,8 @@ import nmt {
|
|||
./modules/home-environment
|
||||
./modules/misc/fontconfig
|
||||
./modules/programs/alacritty
|
||||
./modules/programs/alot
|
||||
# TODO: Re-enable once https://github.com/NixOS/nixpkgs/pull/154309 is fixed
|
||||
# ./modules/programs/alot
|
||||
./modules/programs/aria2
|
||||
./modules/programs/atuin
|
||||
./modules/programs/autojump
|
||||
|
@ -71,13 +72,15 @@ import nmt {
|
|||
./modules/programs/kitty
|
||||
./modules/programs/less
|
||||
./modules/programs/lf
|
||||
./modules/programs/lieer
|
||||
# TODO: Re-enable once https://github.com/NixOS/nixpkgs/pull/154309 is fixed
|
||||
# ./modules/programs/lieer
|
||||
./modules/programs/man
|
||||
./modules/programs/mbsync
|
||||
./modules/programs/mpv
|
||||
./modules/programs/ncmpcpp
|
||||
./modules/programs/ne
|
||||
./modules/programs/neomutt
|
||||
# TODO: Re-enable once https://github.com/NixOS/nixpkgs/pull/154309 is fixed
|
||||
# ./modules/programs/neomutt
|
||||
./modules/programs/newsboat
|
||||
./modules/programs/nix-index
|
||||
./modules/programs/nnn
|
||||
|
|
Loading…
Reference in a new issue