浏览代码

Disable YouTubeNoSSLDigest

yhirose 3 年之前
父节点
当前提交
7ed77b02ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/test_proxy.cc

+ 1 - 1
test/test_proxy.cc

@@ -82,7 +82,7 @@ TEST(RedirectTest, YouTubeNoSSLBasic) {
   RedirectProxyText(cli, "/", true);
 }
 
-TEST(RedirectTest, YouTubeNoSSLDigest) {
+TEST(RedirectTest, DISABLED_YouTubeNoSSLDigest) {
   Client cli("youtube.com");
   RedirectProxyText(cli, "/", false);
 }