about summary refs log tree commit diff
diff options
context:
space:
mode:
-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");
-    '';
-  };
 }