Temp: Turn off dockerhubpullsuite on Win2Linux CI

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 0b18b1b3095ec8a937e76e02b9f0805972cff734
Component: engine
This commit is contained in:
John Howard
2015-09-04 11:46:42 -07:00
parent 4792ea30e7
commit cd76a76b2f

View File

@ -2,13 +2,18 @@ package main
import (
"os/exec"
"runtime"
"strings"
"github.com/go-check/check"
)
func init() {
check.Suite(newDockerHubPullSuite())
// FIXME. Temporarily turning this off for Windows as GH16039 was breaking
// Windows to Linux CI @icecrime
if runtime.GOOS != "windows" {
check.Suite(newDockerHubPullSuite())
}
}
// DockerHubPullSuite provides a isolated daemon that doesn't have all the