about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-01-30 18:14:14 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2020-01-30 18:14:14 -0500
commit85fcf3d7a8a49fa9bbf64e1f80896a5b6b832cec (patch)
tree2f8e62437f20cd455295acfb07f29f240f2f1f28 /nixos/tests/all-tests.nix
parent690dd986b2349d2c9cd6437e820954ed400f37f7 (diff)
downloadnixlib-85fcf3d7a8a49fa9bbf64e1f80896a5b6b832cec.tar
nixlib-85fcf3d7a8a49fa9bbf64e1f80896a5b6b832cec.tar.gz
nixlib-85fcf3d7a8a49fa9bbf64e1f80896a5b6b832cec.tar.bz2
nixlib-85fcf3d7a8a49fa9bbf64e1f80896a5b6b832cec.tar.lz
nixlib-85fcf3d7a8a49fa9bbf64e1f80896a5b6b832cec.tar.xz
nixlib-85fcf3d7a8a49fa9bbf64e1f80896a5b6b832cec.tar.zst
nixlib-85fcf3d7a8a49fa9bbf64e1f80896a5b6b832cec.zip
nixosTests.blivet: remove
These have been broken since 2017-07-24, and the package
is hopelessly out of date as well.
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 8c11464f9d68..fdbae204bd2c 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -32,7 +32,6 @@ in
   bees = handleTest ./bees.nix {};
   bind = handleTest ./bind.nix {};
   bittorrent = handleTest ./bittorrent.nix {};
-  #blivet = handleTest ./blivet.nix {};   # broken since 2017-07024
   buildkite-agent = handleTest ./buildkite-agent.nix {};
   boot = handleTestOn ["x86_64-linux"] ./boot.nix {}; # syslinux is unsupported on aarch64
   boot-stage1 = handleTest ./boot-stage1.nix {};