mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Skip DockerSuite.TestExecResizeImmediatelyAfterExecStart on lxc
Signed-off-by: Chris Seto <chriskseto@gmail.com>
This commit is contained in:
parent
25c42cc0d0
commit
83cb288575
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ func (s *DockerSuite) TestExecResizeApiHeightWidthNoInt(c *check.C) {
|
||||||
|
|
||||||
// Part of #14845
|
// Part of #14845
|
||||||
func (s *DockerSuite) TestExecResizeImmediatelyAfterExecStart(c *check.C) {
|
func (s *DockerSuite) TestExecResizeImmediatelyAfterExecStart(c *check.C) {
|
||||||
|
testRequires(c, NativeExecDriver)
|
||||||
|
|
||||||
name := "exec_resize_test"
|
name := "exec_resize_test"
|
||||||
dockerCmd(c, "run", "-d", "-i", "-t", "--name", name, "--restart", "always", "busybox", "/bin/sh")
|
dockerCmd(c, "run", "-d", "-i", "-t", "--name", name, "--restart", "always", "busybox", "/bin/sh")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue