Explorar el Código

Merge pull request #20549 from estesp/unskip-authz-events

Unskip authz events test after fixes
Vincent Demeester hace 9 años
padre
commit
675617bc85
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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