Przeglądaj źródła

Merge pull request #40155 from thaJeztah/skip_testinfodebug

Integration: skip TestInfoDebug on Windows
Tibor Vass 5 lat temu
rodzic
commit
7cb46617fc
1 zmienionych plików z 1 dodań i 0 usunięć
  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) {
 	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")