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

Unified Diff: chrome/browser/ui/global_error_service_browsertest.cc

Issue 10399124: Disable GlobalErrorServiceBrowserTest.BubbleViewDismissedOnRemove on Win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/global_error_service_browsertest.cc
diff --git a/chrome/browser/ui/global_error_service_browsertest.cc b/chrome/browser/ui/global_error_service_browsertest.cc
index 63197f2cad268c61120bdcb75b911ec32b5d19ba..b1dc29102b03544606427f337d7c49fd80e740cd 100644
--- a/chrome/browser/ui/global_error_service_browsertest.cc
+++ b/chrome/browser/ui/global_error_service_browsertest.cc
@@ -122,8 +122,13 @@ IN_PROC_BROWSER_TEST_F(GlobalErrorServiceBrowserTest, CloseBubbleView) {
// Test that bubble is silently dismissed if it is showing when the GlobalError
// instance is removed from the profile.
+#if defined(OS_WIN)
+#define MAYBE_BubbleViewDismissedOnRemove DISABLED_BubbleViewDismissedOnRemove
+#else
+#define MAYBE_BubbleViewDismissedOnRemove BubbleViewDismissedOnRemove
+#endif
IN_PROC_BROWSER_TEST_F(GlobalErrorServiceBrowserTest,
- BubbleViewDismissedOnRemove) {
+ MAYBE_BubbleViewDismissedOnRemove) {
scoped_ptr<BubbleViewError> error(new BubbleViewError);
GlobalErrorService* service =
« 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