mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Skip racey TestDockerCmdInDirWithTimeout
Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
parent
ffaee8fe78
commit
f172847205
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ func (s *DockerCmdSuite) TestDockerCmdInDir(c *check.C) {
|
||||||
// DockerCmdInDirWithTimeout tests
|
// DockerCmdInDirWithTimeout tests
|
||||||
|
|
||||||
func (s *DockerCmdSuite) TestDockerCmdInDirWithTimeout(c *check.C) {
|
func (s *DockerCmdSuite) TestDockerCmdInDirWithTimeout(c *check.C) {
|
||||||
|
c.Skip("racey test")
|
||||||
tempFolder, err := ioutil.TempDir("", "test-docker-cmd-in-dir")
|
tempFolder, err := ioutil.TempDir("", "test-docker-cmd-in-dir")
|
||||||
c.Assert(err, check.IsNil)
|
c.Assert(err, check.IsNil)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue