Merge pull request #20549 from estesp/unskip-authz-events
Unskip authz events test after fixes Upstream-commit: 675617bc857910fd3f512f21a7c6ff160d99cd1d Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user