Commit 844fa03c authored by atwilson@chromium.org's avatar atwilson@chromium.org

Disabled OverscrollNavigation tests on aura

TBR=sadrul
BUG=176266

Review URL: https://codereview.chromium.org/12253032

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182461 0039d316-1c4b-4281-b951-d872f2087c98
parent adf03b85
...@@ -192,13 +192,15 @@ class WebContentsViewAuraTest : public ContentBrowserTest { ...@@ -192,13 +192,15 @@ class WebContentsViewAuraTest : public ContentBrowserTest {
DISALLOW_COPY_AND_ASSIGN(WebContentsViewAuraTest); DISALLOW_COPY_AND_ASSIGN(WebContentsViewAuraTest);
}; };
// Disabled OverscrollNavigation tests because they started failing after the
// 142795->142840 webkit roll (http://crbug.com/176266).
IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest, IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest,
OverscrollNavigation) { DISABLED_OverscrollNavigation) {
TestOverscrollNavigation(false); TestOverscrollNavigation(false);
} }
IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest, IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest,
OverscrollNavigationWithTouchHandler) { DISABLED_OverscrollNavigationWithTouchHandler) {
TestOverscrollNavigation(true); TestOverscrollNavigation(true);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment