mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
tests/installer: Remove unneeded tests
This commit is contained in:
parent
3bf22679b3
commit
7264941a46
@ -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");
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user