1
0
Fork 0
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:
Phil Estes 2016-02-20 20:19:54 -06:00
parent 3646b14ecd
commit 4781d5c4fb

View file

@ -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 // TestAuthZPluginAllowEventStream verifies event stream propagates correctly after request pass through by the authorization plugin
func (s *DockerAuthzSuite) TestAuthZPluginAllowEventStream(c *check.C) { func (s *DockerAuthzSuite) TestAuthZPluginAllowEventStream(c *check.C) {
c.Skip("Flaky test")
testRequires(c, DaemonIsLinux) testRequires(c, DaemonIsLinux)
// start the daemon and load busybox to avoid pulling busybox from Docker Hub // start the daemon and load busybox to avoid pulling busybox from Docker Hub