Browse code

Unskip authz events test after fixes

Now that the various fixes are all committed, let's see if this gets
less flaky now.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)

Phil Estes authored on 2016/02/21 11:19:54
Showing 1 changed files
... ...
@@ -248,8 +248,6 @@ func (s *DockerAuthzSuite) TestAuthZPluginDenyResponse(c *check.C) {
248 248
 
249 249
 // TestAuthZPluginAllowEventStream verifies event stream propagates correctly after request pass through by the authorization plugin
250 250
 func (s *DockerAuthzSuite) TestAuthZPluginAllowEventStream(c *check.C) {
251
-	c.Skip("Flaky test")
252
-
253 251
 	testRequires(c, DaemonIsLinux)
254 252
 
255 253
 	// start the daemon and load busybox to avoid pulling busybox from Docker Hub