nixos/release.nix: disable blivet test (#45931)
- has been broken since 2017-07-24 - no attempts to fix it - it tests an outdated blivet version (Oct 2014)
This commit is contained in:
parent
ffde2e71bc
commit
224a5503ca
@ -249,7 +249,7 @@ in rec {
|
||||
tests.beegfs = callTest tests/beegfs.nix {};
|
||||
tests.bittorrent = callTest tests/bittorrent.nix {};
|
||||
tests.bind = callTest tests/bind.nix {};
|
||||
tests.blivet = callTest tests/blivet.nix {};
|
||||
#tests.blivet = callTest tests/blivet.nix {}; # broken since 2017-07024
|
||||
tests.boot = callSubTests tests/boot.nix {};
|
||||
tests.boot-stage1 = callTest tests/boot-stage1.nix {};
|
||||
tests.borgbackup = callTest tests/borgbackup.nix {};
|
||||
|
Loading…
Reference in New Issue
Block a user