瀏覽代碼

Skip DockerSuite.TestExecResizeImmediatelyAfterExecStart on lxc

Signed-off-by: Chris Seto <chriskseto@gmail.com>
Chris Seto 10 年之前
父節點
當前提交
83cb288575
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      integration-cli/docker_api_exec_resize_test.go

+ 2 - 0
integration-cli/docker_api_exec_resize_test.go

@@ -23,6 +23,8 @@ func (s *DockerSuite) TestExecResizeApiHeightWidthNoInt(c *check.C) {
 
 // Part of #14845
 func (s *DockerSuite) TestExecResizeImmediatelyAfterExecStart(c *check.C) {
+	testRequires(c, NativeExecDriver)
+
 	name := "exec_resize_test"
 	dockerCmd(c, "run", "-d", "-i", "-t", "--name", name, "--restart", "always", "busybox", "/bin/sh")