mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix flakey TestAuthZPluginAllowEventStream
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
eae59c4226
commit
4cf9b725f2
1 changed files with 1 additions and 1 deletions
|
@ -261,8 +261,8 @@ func (s *DockerAuthzSuite) TestAuthZPluginAllowEventStream(c *check.C) {
|
|||
// Create a container and wait for the creation events
|
||||
out, err := s.d.Cmd("run", "-d", "busybox", "top")
|
||||
c.Assert(err, check.IsNil, check.Commentf(out))
|
||||
|
||||
containerID := strings.TrimSpace(out)
|
||||
c.Assert(s.d.waitRun(containerID), checker.IsNil)
|
||||
|
||||
events := map[string]chan bool{
|
||||
"create": make(chan bool),
|
||||
|
|
Loading…
Add table
Reference in a new issue