about summary refs log tree commit diff
path: root/nixos/tests/installer.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-05-02 00:51:26 -0500
committerWilliam A. Kennington III <william@wkennington.com>2014-08-28 13:35:36 -0700
commit7264941a465b3312c35f2dde6184447c746d9d17 (patch)
tree8a3a64dec3055512ccaa88c212c80c5d9eb6c1a1 /nixos/tests/installer.nix
parent3bf22679b30bc6f92b7df2a72cdba0403be3be86 (diff)
downloadnixlib-7264941a465b3312c35f2dde6184447c746d9d17.tar
nixlib-7264941a465b3312c35f2dde6184447c746d9d17.tar.gz
nixlib-7264941a465b3312c35f2dde6184447c746d9d17.tar.bz2
nixlib-7264941a465b3312c35f2dde6184447c746d9d17.tar.lz
nixlib-7264941a465b3312c35f2dde6184447c746d9d17.tar.xz
nixlib-7264941a465b3312c35f2dde6184447c746d9d17.tar.zst
nixlib-7264941a465b3312c35f2dde6184447c746d9d17.zip
tests/installer: Remove unneeded tests
Diffstat (limited to 'nixos/tests/installer.nix')
-rw-r--r--nixos/tests/installer.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 4fceb19f2342..6f20f6614ebf 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -463,18 +463,4 @@ in {
       );
     '';
   };
-
-  # Test to see if we can detect subvols by their id's
-  btrfsSubvolId = makeInstallerTest {
-    createPartitions = ''
-      $machine->succeed("false");
-    '';
-  };
-
-  # Test to see if we can detect a default subvolume on /
-  btrfsDefaultSubvol = makeInstallerTest {
-    createPartitions = ''
-      $machine->succeed("false");
-    '';
-  };
 }