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

Commit b761a8c

Browse files
authored
Merge pull request #632 from bergwolf/state_test
ci: fix TestStateSleep test
2 parents 6f4a7b3 + 85c6e83 commit b761a8c

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)