From 85c6e83cb457117df75e6cb54eb3040e5dbe2dc0 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Thu, 9 Nov 2017 09:26:57 +0800 Subject: [PATCH] fix TestStateSleep test When we state the container, there is not guarantee that the container is started. Signed-off-by: Peng Tao --- tests/go-integration/state_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/go-integration/state_test.go b/tests/go-integration/state_test.go index 4ae44d9a..206fe68f 100644 --- a/tests/go-integration/state_test.go +++ b/tests/go-integration/state_test.go @@ -64,6 +64,5 @@ func (s *RunVSuite) TestStateSleep(c *check.C) { c.Assert(cs.InitProcessPid, checker.Not(checker.Equals), 0) c.Assert(cs.Bundle, checker.Equals, s.bundlePath) c.Assert(cs.Rootfs, checker.Equals, filepath.Join(s.bundlePath, spec.Root.Path)) - c.Assert(cs.Status, checker.Equals, "running") <-exitChan }