Signed-off-by: Antonio Murdaca <runcom@linux.com>
| ... | ... |
@@ -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 |
|