Ver código fonte

Merge pull request #40155 from thaJeztah/skip_testinfodebug

Integration: skip TestInfoDebug on Windows
Tibor Vass 5 anos atrás
pai
commit
7cb46617fc
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      integration/system/info_test.go

+ 1 - 0
integration/system/info_test.go

@@ -70,6 +70,7 @@ func TestInfoAPIWarnings(t *testing.T) {
 
 
 func TestInfoDebug(t *testing.T) {
 func TestInfoDebug(t *testing.T) {
 	skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
 	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 := daemon.New(t)
 	d.Start(t, "--debug")
 	d.Start(t, "--debug")