tests/installer: Remove unneeded tests

This commit is contained in:
William A. Kennington III 2014-05-02 00:51:26 -05:00
parent 3bf22679b3
commit 7264941a46

View file

@ -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");
'';
};
}