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

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

Issue 262163002: Disable flaky RepeatedQuickOverscrollGestures test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/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 92f275da8e280e7c693f8ebe925a7a659341d5d3..c20a888ee93e8e23124e8ba631fffa0cfb64c562 100644
--- a/content/browser/web_contents/web_contents_view_aura_browsertest.cc
+++ b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
@@ -616,8 +616,9 @@ IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest,
delete web_contents->GetContentNativeView();
}
+// TODO(dalecurtis): Test disabled due to flakiness. http://crbug.com/369871.
IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest,
- RepeatedQuickOverscrollGestures) {
+ DISABLED_RepeatedQuickOverscrollGestures) {
ASSERT_NO_FATAL_FAILURE(
StartTestWithPage("files/overscroll_navigation.html"));
« 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