Skip to content

Commit

Permalink
Skip racey TestDockerCmdInDirWithTimeout
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Murdaca <[email protected]>
  • Loading branch information
runcom committed Sep 17, 2015
1 parent ffaee8f commit f172847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/integration/dockerCmd_utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ func (s *DockerCmdSuite) TestDockerCmdInDir(c *check.C) {
// DockerCmdInDirWithTimeout tests

func (s *DockerCmdSuite) TestDockerCmdInDirWithTimeout(c *check.C) {
c.Skip("racey test")
tempFolder, err := ioutil.TempDir("", "test-docker-cmd-in-dir")
c.Assert(err, check.IsNil)

Expand Down

0 comments on commit f172847

Please sign in to comment.