瀏覽代碼

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 9 年之前
父節點
當前提交
4781d5c4fb
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      integration-cli/docker_cli_authz_unix_test.go

+ 0 - 2
integration-cli/docker_cli_authz_unix_test.go

@@ -248,8 +248,6 @@ func (s *DockerAuthzSuite) TestAuthZPluginDenyResponse(c *check.C) {
 
 // TestAuthZPluginAllowEventStream verifies event stream propagates correctly after request pass through by the authorization plugin
 func (s *DockerAuthzSuite) TestAuthZPluginAllowEventStream(c *check.C) {
-	c.Skip("Flaky test")
-
 	testRequires(c, DaemonIsLinux)
 
 	// start the daemon and load busybox to avoid pulling busybox from Docker Hub