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:
parent
89ef0f2151
commit
bc87ec3815
1 changed files with 1 additions and 1 deletions
|
@ -4569,7 +4569,7 @@ func (s *DockerSuite) TestRunServicingContainer(c *check.C) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *DockerSuite) TestRunDuplicateMount(c *check.C) {
|
func (s *DockerSuite) TestRunDuplicateMount(c *check.C) {
|
||||||
testRequires(c, DaemonIsLinux)
|
testRequires(c, SameHostDaemon, DaemonIsLinux)
|
||||||
|
|
||||||
tmpFile, err := ioutil.TempFile("", "touch-me")
|
tmpFile, err := ioutil.TempFile("", "touch-me")
|
||||||
c.Assert(err, checker.IsNil)
|
c.Assert(err, checker.IsNil)
|
||||||
|
|
Loading…
Add table
Reference in a new issue