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

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

Issue 2895203002: Disable ExtensionUninstallDialogViewBrowserTest.EnsureExtensionUninstallURLIsActiveTabAfterUninstall (Closed)
Patch Set: fixdesc 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 e19b8074dd0c285e29b19fb236b084c6a47d4d26..f3c143cfa42848a4bde4313c8417711611be3b8b 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
@@ -135,8 +135,10 @@ IN_PROC_BROWSER_TEST_F(ExtensionUninstallDialogViewBrowserTest,
// Test that when the user clicks Uninstall on the ExtensionUninstallDialog, the
// extension's uninstall url (when it is specified) should open and be the
// active tab.
-IN_PROC_BROWSER_TEST_F(ExtensionUninstallDialogViewBrowserTest,
- EnsureExtensionUninstallURLIsActiveTabAfterUninstall) {
+// DISABLED: Flaky on Win 10 x64
+IN_PROC_BROWSER_TEST_F(
+ ExtensionUninstallDialogViewBrowserTest,
+ DISABLED_EnsureExtensionUninstallURLIsActiveTabAfterUninstall) {
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