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

Unified Diff: chrome/browser/ui/views/find_bar_host_interactive_uitest.cc

Issue 9187018: Mark CrashEscHandlers flaky. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only flaky with use_aura. Created 8 years, 11 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/find_bar_host_interactive_uitest.cc
diff --git a/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc b/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
index 1829fedfe5275db52444e8d9487f8ae3288d76da..5cf31f080350511de3162f1da0c351879306aaf4 100644
--- a/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
+++ b/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
@@ -71,7 +71,8 @@ class FindInPageTest : public InProcessBrowserTest {
} // namespace
-#if defined(TOOLKIT_USES_GTK)
+// Flaky, see crbug.com/109906.
+#if defined(TOOLKIT_USES_GTK) || defined(USE_AURA)
#define MAYBE_CrashEscHandlers FLAKY_CrashEscHandlers
#else
#define MAYBE_CrashEscHandlers CrashEscHandlers
« 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