1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #40199 from vikramhh/touchup_40155

Disable integration/system tests that are failing on Windows with error "protocol not available"
This commit is contained in:
Kirill Kolyshkin 2019-11-26 12:53:15 -08:00 committed by GitHub
commit b55a25a425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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