Procházet zdrojové kódy

Temp: Turn off dockerhubpullsuite on Win2Linux CI

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard před 9 roky
rodič
revize
0b18b1b309
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6 1
      integration-cli/docker_hub_pull_suite_test.go

+ 6 - 1
integration-cli/docker_hub_pull_suite_test.go

@@ -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