Browse code

Temporarily skip TestAuthZPluginAllowEventStream

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>

Arnaud Porterie authored on 2016/02/20 03:32:05
Showing 1 changed files
... ...
@@ -229,6 +229,8 @@ func (s *DockerAuthzSuite) TestAuthZPluginDenyResponse(c *check.C) {
229 229
 
230 230
 // TestAuthZPluginAllowEventStream verifies event stream propagates correctly after request pass through by the authorization plugin
231 231
 func (s *DockerAuthzSuite) TestAuthZPluginAllowEventStream(c *check.C) {
232
+	c.Skip("Flaky test")
233
+
232 234
 	testRequires(c, DaemonIsLinux)
233 235
 
234 236
 	// start the daemon and load busybox to avoid pulling busybox from Docker Hub