mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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)
This commit is contained in:
parent
3646b14ecd
commit
4781d5c4fb
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue