diff --git a/integration/system/info_test.go b/integration/system/info_test.go index 2051062d74..b9835d8170 100644 --- a/integration/system/info_test.go +++ b/integration/system/info_test.go @@ -44,6 +44,7 @@ func TestInfoAPI(t *testing.T) { } func TestInfoAPIWarnings(t *testing.T) { + skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon") skip.If(t, testEnv.DaemonInfo.OSType == "windows", "FIXME") d := daemon.New(t)