From c44ac992927f64491f074f5d9b7d573f667d5fea Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Wed, 16 Sep 2015 18:32:55 -0400 Subject: [PATCH] Skip racey TestDockerCmdWithTimeout Signed-off-by: Brian Goff --- integration/dockerCmd_utils_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/integration/dockerCmd_utils_test.go b/integration/dockerCmd_utils_test.go index 9cf7e1c..0f62926 100644 --- a/integration/dockerCmd_utils_test.go +++ b/integration/dockerCmd_utils_test.go @@ -6,10 +6,11 @@ import ( "os/exec" "testing" - "github.com/go-check/check" "io/ioutil" "strings" "time" + + "github.com/go-check/check" ) const dockerBinary = "docker" @@ -159,6 +160,7 @@ func (s *DockerCmdSuite) TestDockerCmdSuccess(c *check.C) { // DockerCmdWithTimeout tests func (s *DockerCmdSuite) TestDockerCmdWithTimeout(c *check.C) { + c.Skip("racey test") cmds := []struct { binary string args []string