Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
| ... | ... |
@@ -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 |