mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
tests/installer: Remove unneeded tests
This commit is contained in:
parent
3bf22679b3
commit
7264941a46
1 changed files with 0 additions and 14 deletions
|
@ -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 a new issue