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

Unified Diff: chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc

Issue 2812283002: Disable flaky LookUpStringForRangeRoutesToFocusedWidget (Closed)
Patch Set: Created 3 years, 8 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/renderer_host/site_per_process_text_input_browsertest.cc
diff --git a/chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc b/chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc
index 18c5e463f8256b2e0ff279041169395b5a284b0f..a06446b7ac41606c3d191efc851e72b01f240e52 100644
--- a/chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc
+++ b/chrome/browser/renderer_host/site_per_process_text_input_browsertest.cc
@@ -1283,8 +1283,9 @@ class TestBrowserClient : public ChromeContentBrowserClient {
// This test verifies that requests for dictionary lookup based on selection
// range are routed to the focused RenderWidgetHost.
+// Test is flaky: http://crbug.com/710842
IN_PROC_BROWSER_TEST_F(SitePerProcessTextInputManagerTest,
- LookUpStringForRangeRoutesToFocusedWidget) {
+ DISABLED_LookUpStringForRangeRoutesToFocusedWidget) {
// TestBrowserClient needs to replace the ChromeContenBrowserClient after most
// things are initialized but before the WebContents is created. Here we make
// that happen by creating a new WebContents in a new tab. But before the test
« 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