Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 85c6e83

Browse files
committed
fix TestStateSleep test
When we state the container, there is not guarantee that the container is started. Signed-off-by: Peng Tao <bergwolf@gmail.com>
1 parent 6f4a7b3 commit 85c6e83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/go-integration/state_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ func (s *RunVSuite) TestStateSleep(c *check.C) {
6464
c.Assert(cs.InitProcessPid, checker.Not(checker.Equals), 0)
6565
c.Assert(cs.Bundle, checker.Equals, s.bundlePath)
6666
c.Assert(cs.Rootfs, checker.Equals, filepath.Join(s.bundlePath, spec.Root.Path))
67-
c.Assert(cs.Status, checker.Equals, "running")
6867
<-exitChan
6968
}

0 commit comments

Comments
 (0)