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

Unified Diff: chrome/browser/extensions/extension_storage_monitor_browsertest.cc

Issue 2058913002: Disable flaky test ExtensionStorageMonitorTest.UninstallExtension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: chrome/browser/extensions/extension_storage_monitor_browsertest.cc
diff --git a/chrome/browser/extensions/extension_storage_monitor_browsertest.cc b/chrome/browser/extensions/extension_storage_monitor_browsertest.cc
index f02d3a816d01ac9478afdb4b6d99d129135b160a..bdb10b1486895ff1d97cfc2556c6db3b4d1f6ed6 100644
--- a/chrome/browser/extensions/extension_storage_monitor_browsertest.cc
+++ b/chrome/browser/extensions/extension_storage_monitor_browsertest.cc
@@ -254,7 +254,9 @@ IN_PROC_BROWSER_TEST_F(ExtensionStorageMonitorTest,
// Verify that notifications are disabled when the user clicks the action button
// in the notification.
-IN_PROC_BROWSER_TEST_F(ExtensionStorageMonitorTest, UninstallExtension) {
+// Flaky: https://crbug.com/617801
+IN_PROC_BROWSER_TEST_F(ExtensionStorageMonitorTest,
+ DISABLED_UninstallExtension) {
const Extension* extension = InitWriteDataApp();
ASSERT_TRUE(extension);
WriteBytesExpectingNotification(extension, GetInitialExtensionThreshold());
« 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