mirror of
https://github.com/rancher/os.git
synced 2025-09-03 07:44:21 +00:00
disable the old upgrade test - it can't work as things are
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -6,7 +6,11 @@ import (
|
|||||||
. "gopkg.in/check.v1"
|
. "gopkg.in/check.v1"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (s *QemuSuite) TestUpgrade(c *C) {
|
// DisabledTestUpgrade, The new go based installer code breaks downgrading from itself to a previous version
|
||||||
|
// because 0.8.0 now uses syslinx and a set of syslinux.cfg files, whereas before that , we used grub and
|
||||||
|
// assumed that there was only one kernel&initrd
|
||||||
|
// see installer_test.go for more tests
|
||||||
|
func (s *QemuSuite) DisabledTestUpgrade(c *C) {
|
||||||
s.RunQemuInstalled(c)
|
s.RunQemuInstalled(c)
|
||||||
|
|
||||||
s.CheckCall(c, `
|
s.CheckCall(c, `
|
||||||
|
Reference in New Issue
Block a user