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

Unified Diff: content/browser/web_contents/web_contents_view_aura_browsertest.cc

Issue 2778943003: Disable flaky WebContentsViewAuraTest.OverscrollScreenshot (Closed)
Patch Set: Created 3 years, 9 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/web_contents/web_contents_view_aura_browsertest.cc
diff --git a/content/browser/web_contents/web_contents_view_aura_browsertest.cc b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
index 72f303ac55befb083f8ff912fcf75728bb037484..486ff56289938f99b4ff258bc975137c64644504 100644
--- a/content/browser/web_contents/web_contents_view_aura_browsertest.cc
+++ b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
@@ -526,7 +526,9 @@ IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest,
// OverscrollNavigation test.
// Flaky on Ozone (http://crbug.com/399676).
// Flaky on ChromeOS (http://crbug.com/405945).
-#if defined(OS_WIN) || defined(USE_OZONE) || defined(OS_CHROMEOS)
+// Flaky on Linux (http://crbug.com/705599)
+#if defined(OS_WIN) || defined(USE_OZONE) || defined(OS_CHROMEOS) || \
+ defined(OS_LINUX)
#define MAYBE_OverscrollScreenshot DISABLED_OverscrollScreenshot
#else
#define MAYBE_OverscrollScreenshot OverscrollScreenshot
« 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