1
0
mirror of https://github.com/rancher/os.git synced 2025-07-13 14:44:03 +00:00

Disable the RancherOS 0.6.1 Docker 1.13.1 test for now

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2017-08-18 19:42:48 +00:00
parent 76e2f24bd8
commit 2e60e54ab0

View File

@ -13,7 +13,7 @@ func (s *QemuSuite) TestUpgrade050(c *C) {
// install 0.5.0, and then upgrade to `this` version
s.commonTestCode(c, "v0.5.0", "default", "")
}
func (s *QemuSuite) TestUpgrade061Docker1131(c *C) {
func (s *QemuSuite) DISABLEDTestUpgrade061Docker1131(c *C) {
// Test that by setting the Docker version to 1.13.1 (not the default in 0.6.1), that upgrading leaves it as 1.13.1
s.commonTestCode(c, "v0.6.1", "default", "1.13.1")
}