소스 검색

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

Unskip authz events test after fixes
Vincent Demeester 9 년 전
부모
커밋
675617bc85
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