Merge pull request #20511 from icecrime/skip_flaky_test

Temporarily skip TestAuthZPluginAllowEventStream
Upstream-commit: 9d70aef2c7a1a83cd2d38abf2737cdda90dff42f
Component: engine
This commit is contained in:
Arnaud Porterie
2016-02-19 10:57:30 -08:00

View File

@ -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