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

Unified Diff: ios/net/cookies/cookie_store_ios_unittest.mm

Issue 1550143002: Disable CookieStoreIOSWithBackend.MultipleNotifies test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/net/cookies/cookie_store_ios_unittest.mm
diff --git a/ios/net/cookies/cookie_store_ios_unittest.mm b/ios/net/cookies/cookie_store_ios_unittest.mm
index 9bb977f6730b386886f3f3cc96e943973e47cbfd..946af91119376505ae30a756309fb06c7a085361 100644
--- a/ios/net/cookies/cookie_store_ios_unittest.mm
+++ b/ios/net/cookies/cookie_store_ios_unittest.mm
@@ -846,7 +846,8 @@ TEST_F(CookieStoreIOSWithBackend, NoNotifyOnNoChange) {
store_->UnSynchronize();
}
-TEST_F(CookieStoreIOSWithBackend, MultipleNotifies) {
+// TODO(crbug.com/567736): [merge 363378] Test fails consistently after merge.
+TEST_F(CookieStoreIOSWithBackend, DISABLED_MultipleNotifies) {
CookieStoreIOS::SwitchSynchronizedStore(nullptr, store_.get());
backend_->RunLoadedCallback();
std::vector<net::CanonicalCookie> cookies;
« 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