mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Require linux for TestExecAfterContainerRestart
All the other exec tests require linux except this one and it is causing failures in the TP4 test runs. ref: https://jenkins.dockerproject.org/job/Docker-PRs-WoW-TP4/1076/console Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
eae59c4226
commit
46e41dc2f8
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ func (s *DockerSuite) TestExecInteractive(c *check.C) {
|
|||
}
|
||||
|
||||
func (s *DockerSuite) TestExecAfterContainerRestart(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux)
|
||||
out, _ := runSleepingContainer(c, "-d")
|
||||
cleanedContainerID := strings.TrimSpace(out)
|
||||
c.Assert(waitRun(cleanedContainerID), check.IsNil)
|
||||
|
|
Loading…
Add table
Reference in a new issue