Explorar o código

Merge pull request #40199 from vikramhh/touchup_40155

Disable integration/system tests that are failing on Windows with error "protocol not available"
Kirill Kolyshkin %!s(int64=5) %!d(string=hai) anos
pai
achega
b55a25a425
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      integration/system/info_test.go

+ 2 - 0
integration/system/info_test.go

@@ -91,6 +91,7 @@ func TestInfoDebug(t *testing.T) {
 
 func TestInfoInsecureRegistries(t *testing.T) {
 	skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
+	skip.If(t, testEnv.DaemonInfo.OSType == "windows", "FIXME: test starts daemon with -H unix://.....")
 
 	const (
 		registryCIDR = "192.168.1.0/24"
@@ -115,6 +116,7 @@ func TestInfoInsecureRegistries(t *testing.T) {
 
 func TestInfoRegistryMirrors(t *testing.T) {
 	skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
+	skip.If(t, testEnv.DaemonInfo.OSType == "windows", "FIXME: test starts daemon with -H unix://.....")
 
 	const (
 		registryMirror1 = "https://192.168.1.2"