mirror of https://github.com/docker/docs.git
Merge pull request #16372 from runcom/skip-racey-twst
Skip racey TestDockerCmdInDirWithTimeout
This commit is contained in:
commit
3b168b29f2
|
|
@ -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…
Reference in New Issue