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

Unified Diff: chrome/browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.cc

Issue 2898763003: Disable flaky ExtensionUninstallDialogViewBrowserTest.EnsureCWSReportAbusePageIsActiveTabAfterUnins… (Closed)
Patch Set: Created 3 years, 7 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/ui/views/extensions/extension_uninstall_dialog_view_browsertest.cc
diff --git a/chrome/browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.cc b/chrome/browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.cc
index f3c143cfa42848a4bde4313c8417711611be3b8b..eaaa0d13bd303817588b91cedf3663513487f361 100644
--- a/chrome/browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.cc
+++ b/chrome/browser/ui/views/extensions/extension_uninstall_dialog_view_browsertest.cc
@@ -189,8 +189,17 @@ IN_PROC_BROWSER_TEST_F(
// on the ExtensionUninstallDialog, the extension's uninstall url (when it is
// specified) and the CWS Report Abuse survey are opened in the browser, also
// testing that the CWS survey is the active tab.
-IN_PROC_BROWSER_TEST_F(ExtensionUninstallDialogViewBrowserTest,
- EnsureCWSReportAbusePageIsActiveTabAfterUninstall) {
+#if defined(OS_WIN)
+// Flaky on windows: http://crbug.com/725197
+#define MAYBE_EnsureCWSReportAbusePageIsActiveTabAfterUninstall \
+ DISABLED_EnsureCWSReportAbusePageIsActiveTabAfterUninstall
+#else
+#define MAYBE_EnsureCWSReportAbusePageIsActiveTabAfterUninstall \
+ EnsureCWSReportAbusePageIsActiveTabAfterUninstall
+#endif
+IN_PROC_BROWSER_TEST_F(
+ ExtensionUninstallDialogViewBrowserTest,
+ MAYBE_EnsureCWSReportAbusePageIsActiveTabAfterUninstall) {
scoped_refptr<extensions::Extension> extension(BuildTestExtension());
ExtensionService* extension_service =
extensions::ExtensionSystem::Get(browser()->profile())
« 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