From 4781d5c4fb06d4617189f2e8a9475abcc5c5c8f3 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Sat, 20 Feb 2016 20:19:54 -0600 Subject: [PATCH] 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 (github: estesp) --- integration-cli/docker_cli_authz_unix_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-cli/docker_cli_authz_unix_test.go b/integration-cli/docker_cli_authz_unix_test.go index d7557ac3c3..0a208d75e1 100644 --- a/integration-cli/docker_cli_authz_unix_test.go +++ b/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