From 6e0f873f053f5ae54901177cd5272f6fef7d49a0 Mon Sep 17 00:00:00 2001 From: Arnaud Porterie Date: Fri, 19 Feb 2016 10:32:05 -0800 Subject: [PATCH] Temporarily skip TestAuthZPluginAllowEventStream Signed-off-by: Arnaud Porterie --- integration-cli/docker_cli_authz_unix_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-cli/docker_cli_authz_unix_test.go b/integration-cli/docker_cli_authz_unix_test.go index 9e0de88fad..6385ff8728 100644 --- a/integration-cli/docker_cli_authz_unix_test.go +++ b/integration-cli/docker_cli_authz_unix_test.go @@ -229,6 +229,8 @@ 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