| Index: ios/web/browser_state_web_view_partition_inttest.mm
|
| diff --git a/ios/web/browser_state_web_view_partition_inttest.mm b/ios/web/browser_state_web_view_partition_inttest.mm
|
| index 8ce02976285fb4829946fcd3513ad977519fd490..43499b45e85afb728e20b3e52c1b65515552f1e9 100644
|
| --- a/ios/web/browser_state_web_view_partition_inttest.mm
|
| +++ b/ios/web/browser_state_web_view_partition_inttest.mm
|
| @@ -133,7 +133,8 @@ class BrowserStateWebViewPartitionTest : public web::WebIntTest {
|
|
|
| // Tests that cookies are partitioned between web views created with a
|
| // non-OTR BrowserState and an OTR BrowserState.
|
| -TEST_F(BrowserStateWebViewPartitionTest, Cookies) {
|
| +// Flaky: crbug/684024
|
| +TEST_F(BrowserStateWebViewPartitionTest, DISABLED_Cookies) {
|
| WKWebView* web_view_1 = web::BuildWKWebView(CGRectZero, GetBrowserState());
|
| LoadTestWebPage(web_view_1);
|
| SetCookie(@"someCookieName1", @"someCookieValue1", web_view_1);
|
|
|