Browse code

Skip racey TestDockerCmdInDirWithTimeout

Signed-off-by: Antonio Murdaca <runcom@linux.com>

Antonio Murdaca authored on 2015/09/17 22:30:07
Showing 1 changed files
... ...
@@ -269,6 +269,7 @@ func (s *DockerCmdSuite) TestDockerCmdInDir(c *check.C) {
269 269
 // DockerCmdInDirWithTimeout tests
270 270
 
271 271
 func (s *DockerCmdSuite) TestDockerCmdInDirWithTimeout(c *check.C) {
272
+	c.Skip("racey test")
272 273
 	tempFolder, err := ioutil.TempDir("", "test-docker-cmd-in-dir")
273 274
 	c.Assert(err, check.IsNil)
274 275