mirror of https://github.com/docker/docs.git
Disable flakey TestClientSetsTLSServerName
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
6f88a3d7d3
commit
6b8341a2d5
|
@ -14,6 +14,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func (s *DockerSuite) TestClientSetsTLSServerName(c *check.C) {
|
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
|
// there may be more than one hit to the server for each registry request
|
||||||
serverNameReceived := []string{}
|
serverNameReceived := []string{}
|
||||||
var serverName string
|
var serverName string
|
||||||
|
|
Loading…
Reference in New Issue