Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Unified Diff: ios/web/browser_state_web_view_partition_inttest.mm

Issue 2655493002: Disable BrowserStateWebViewPartitionTest.Cookies (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698