瀏覽代碼

Merge pull request #40155 from thaJeztah/skip_testinfodebug

Integration: skip TestInfoDebug on Windows
Tibor Vass 5 年之前
父節點
當前提交
7cb46617fc
共有 1 個文件被更改,包括 1 次插入0 次删除
  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")