浏览代码

Merge pull request #38451 from thaJeztah/skip_test_info_warnings

Skip TestInfoAPIWarnings on remote daemons
Vincent Demeester 6 年之前
父节点
当前提交
3f7898cfcd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      integration/system/info_test.go

+ 1 - 0
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)