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

Unified Diff: net/cookies/cookie_store_unittest.h

Issue 2258603004: Disable CookieStoreTest.InvalidDomainTest on iOS10 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: net/cookies/cookie_store_unittest.h
diff --git a/net/cookies/cookie_store_unittest.h b/net/cookies/cookie_store_unittest.h
index 7bef37fbf5a5e6144125a3da51cd99a32061debb..6f66dd6dc11d4f9e04a08636711063538a8fd4f2 100644
--- a/net/cookies/cookie_store_unittest.h
+++ b/net/cookies/cookie_store_unittest.h
@@ -597,6 +597,10 @@ TYPED_TEST_P(CookieStoreTest, ValidSubdomainTest) {
// no side-effect. An invalid domain in this context is one which does
// not match the originating domain.
TYPED_TEST_P(CookieStoreTest, InvalidDomainTest) {
+#if defined(__IPHONE_10_0)
+ // TODO(crbug.com/639167): Reenable this test on iOS10.
+ return;
+#endif
CookieStore* cs = this->GetCookieStore();
GURL url_foobar("http://foo.bar.com");
« 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