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

Unified Diff: content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc

Issue 2796003002: Disable flaky MainThreadEventQueueBrowserTest.MouseMove. (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: content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc
diff --git a/content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc b/content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc
index a0b9402d4dfdadd383ef237a4ece219f690a4280..760a8507fe9bc08951ca86a8018101af7ca842ba 100644
--- a/content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc
+++ b/content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc
@@ -184,7 +184,12 @@ class MainThreadEventQueueBrowserTest : public ContentBrowserTest {
DISALLOW_COPY_AND_ASSIGN(MainThreadEventQueueBrowserTest);
};
-IN_PROC_BROWSER_TEST_F(MainThreadEventQueueBrowserTest, MouseMove) {
+#if defined(OS_LINUX)
+#define MAYBE_MouseMove DISABLED_MouseMove
+#else
+#define MAYBE_MouseMove MouseMove
+#endif
+IN_PROC_BROWSER_TEST_F(MainThreadEventQueueBrowserTest, MAYBE_MouseMove) {
LoadURL(kJankyPageURL);
DoMouseMove();
}
« 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