diff --git a/integration/system/info_test.go b/integration/system/info_test.go index e47b0ed4ea..0124f126fd 100644 --- a/integration/system/info_test.go +++ b/integration/system/info_test.go @@ -70,6 +70,7 @@ func TestInfoAPIWarnings(t *testing.T) { func TestInfoDebug(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://.....") d := daemon.New(t) d.Start(t, "--debug")