Selaa lähdekoodia

Skip racey TestDockerCmdInDirWithTimeout

Signed-off-by: Antonio Murdaca <runcom@linux.com>
Antonio Murdaca 10 vuotta sitten
vanhempi
commit
f172847205
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      pkg/integration/dockerCmd_utils_test.go

+ 1 - 0
pkg/integration/dockerCmd_utils_test.go

@@ -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)