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

Unified Diff: content/browser/indexed_db/indexed_db_browsertest.cc

Issue 951533002: Mark IndexedDBBrowserTestWithGCExposed.BlobDidAck flaky on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: content/browser/indexed_db/indexed_db_browsertest.cc
diff --git a/content/browser/indexed_db/indexed_db_browsertest.cc b/content/browser/indexed_db/indexed_db_browsertest.cc
index 81cd9c0be738dc1b5400c6b4b6258f42cf387054..491cb7847ae7fd1ffdf3e655a8614ea1b8a51188 100644
--- a/content/browser/indexed_db/indexed_db_browsertest.cc
+++ b/content/browser/indexed_db/indexed_db_browsertest.cc
@@ -405,7 +405,13 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CanDeleteWhenOverQuotaTest) {
SimpleTest(GetTestUrl("indexeddb", "delete_over_quota.html"));
}
-IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithGCExposed, BlobDidAck) {
+// Flaky on Android. https://crbug.com/460948
+#if defined(ANDROID)
+#define MAYBE_BlobDidAck DISABLED_BlobDidAck
+#else
+#define MAYBE_BlobDidAck BlobDidAck
+#endif
+IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithGCExposed, MAYBE_BlobDidAck) {
SimpleTest(GetTestUrl("indexeddb", "blob_did_ack.html"));
content::ChromeBlobStorageContext* blob_context =
ChromeBlobStorageContext::GetFor(
« 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