Browse Source

Skip DockerSuite.TestExecResizeImmediatelyAfterExecStart on lxc

Signed-off-by: Chris Seto <chriskseto@gmail.com>
Chris Seto 10 years ago
parent
commit
83cb288575
1 changed files with 2 additions and 0 deletions
  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")