ソースを参照

Disable flakey TestClientSetsTLSServerName

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 9 年 前
コミット
6b8341a2d5
1 ファイル変更1 行追加0 行削除
  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