We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127a64d commit 7ed77b0Copy full SHA for 7ed77b0
test/test_proxy.cc
@@ -82,7 +82,7 @@ TEST(RedirectTest, YouTubeNoSSLBasic) {
82
RedirectProxyText(cli, "/", true);
83
}
84
85
-TEST(RedirectTest, YouTubeNoSSLDigest) {
+TEST(RedirectTest, DISABLED_YouTubeNoSSLDigest) {
86
Client cli("youtube.com");
87
RedirectProxyText(cli, "/", false);
88
0 commit comments