Commit 12c744ad authored by David Roger's avatar David Roger Committed by Commit Bot

Disable ConsistencyCookieBrowserTest.Basic

This fails on some bots with network error
net::ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN.

TBR=droger

Bug: 964264
Change-Id: I651967916cafd1231f64f40e2f8372011315f49c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617348Reviewed-by: default avatarDavid Roger <droger@chromium.org>
Commit-Queue: David Roger <droger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#660814}
parent 3d64821d
......@@ -170,7 +170,9 @@ class ConsistencyCookieBrowserTest : public CertVerifierBrowserTest {
// Tests that the ConsistencyCookieManager can set and change the cookie in HTTP
// and javascript.
IN_PROC_BROWSER_TEST_F(ConsistencyCookieBrowserTest, Basic) {
// TODO(https://crbug.com/964264): Fails on some bots with error
// net::ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN.
IN_PROC_BROWSER_TEST_F(ConsistencyCookieBrowserTest, DISABLED_Basic) {
// Check the initial value.
CheckCookieValue(std::string(kConsistencyCookieName) + "=initial_value");
// Change the cookie.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment