tests/installer: Remove unneeded tests

This commit is contained in:
William A. Kennington III
2014-08-28 13:35:36 -07:00
parent 3bf22679b3
commit 7264941a46
-14
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");
'';
};
}