1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

TestRunDuplicateMount requires the same host

Signed-off-by: John Stephens <johnstep@docker.com>
This commit is contained in:
John Stephens 2016-11-07 10:19:06 -08:00
parent 89ef0f2151
commit bc87ec3815

View file

@ -4569,7 +4569,7 @@ func (s *DockerSuite) TestRunServicingContainer(c *check.C) {
}
func (s *DockerSuite) TestRunDuplicateMount(c *check.C) {
testRequires(c, DaemonIsLinux)
testRequires(c, SameHostDaemon, DaemonIsLinux)
tmpFile, err := ioutil.TempFile("", "touch-me")
c.Assert(err, checker.IsNil)