Explorar o código

Merge pull request #19954 from Microsoft/jjh/disableclientsetstls

Disable flakey TestClientSetsTLSServerName
Arnaud Porterie %!s(int64=9) %!d(string=hai) anos
pai
achega
fa160753c1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      integration-cli/docker_cli_sni_test.go

+ 1 - 0
integration-cli/docker_cli_sni_test.go

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