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 19:34:00 -0500
committerGitHub <noreply@github.com>2020-01-30 19:34:00 -0500
commit3103ba2ce8a0ce5754c322fa8ee7b5240df2b544 (patch)
treeb3217c1ed3e08975cf56c85404e3129a25cdbfb3 /nixos/tests/all-tests.nix
parent758b1b9a040fdf051214b3a34b6890c228fdb52c (diff)
parent85fcf3d7a8a49fa9bbf64e1f80896a5b6b832cec (diff)
downloadnixlib-3103ba2ce8a0ce5754c322fa8ee7b5240df2b544.tar
nixlib-3103ba2ce8a0ce5754c322fa8ee7b5240df2b544.tar.gz
nixlib-3103ba2ce8a0ce5754c322fa8ee7b5240df2b544.tar.bz2
nixlib-3103ba2ce8a0ce5754c322fa8ee7b5240df2b544.tar.lz
nixlib-3103ba2ce8a0ce5754c322fa8ee7b5240df2b544.tar.xz
nixlib-3103ba2ce8a0ce5754c322fa8ee7b5240df2b544.tar.zst
nixlib-3103ba2ce8a0ce5754c322fa8ee7b5240df2b544.zip
Merge pull request #78927 from worldofpeace/blivet-mark-broken
nixosTests.blivet: remove
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 2f26bb782c91..6bace8ffe6df 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 {};