Merge pull request #19954 from Microsoft/jjh/disableclientsetstls

Disable flakey TestClientSetsTLSServerName
Upstream-commit: fa160753c176e18bd0c1610317d62b888f1d234c
Component: engine
This commit is contained in:
Arnaud Porterie
2016-02-02 20:09:16 -08:00
@@ -14,6 +14,7 @@ import (
)
func (s *DockerSuite) TestClientSetsTLSServerName(c *check.C) {
c.Skip("Flakey test")
// there may be more than one hit to the server for each registry request
serverNameReceived := []string{}
var serverName string