mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Disable YouTubeNoSSLDigest
This commit is contained in:
parent
127a64d5a0
commit
7ed77b02ad
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ TEST(RedirectTest, YouTubeNoSSLBasic) {
|
|||
RedirectProxyText(cli, "/", true);
|
||||
}
|
||||
|
||||
TEST(RedirectTest, YouTubeNoSSLDigest) {
|
||||
TEST(RedirectTest, DISABLED_YouTubeNoSSLDigest) {
|
||||
Client cli("youtube.com");
|
||||
RedirectProxyText(cli, "/", false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue