Commit 50ca12bb authored by zea@chromium.org's avatar zea@chromium.org

Disable WebContentsViewAuraTest.OverscrollScreenshot test

Flaking on ChromeOS and Windows, so disabling altogether.

BUG=357311
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271828 0039d316-1c4b-4281-b951-d872f2087c98
parent e2f69cf5
...@@ -377,13 +377,9 @@ IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest, ...@@ -377,13 +377,9 @@ IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest,
// - interactively, when user does an overscroll gesture // - interactively, when user does an overscroll gesture
// - interactively, when user navigates in history without the overscroll // - interactively, when user navigates in history without the overscroll
// gesture. // gesture.
#if defined(OS_WIN) // Flaky on Windows and ChromeOS (http://crbug.com/357311). Might be related to
// http://crbug.com/357311 // OverscrollNavigation test.
#define MAYBE_OverscrollScreenshot DISABLED_OverscrollScreenshot IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest, DISABLED_OverscrollScreenshot) {
#else
#define MAYBE_OverscrollScreenshot OverscrollScreenshot
#endif
IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest, MAYBE_OverscrollScreenshot) {
// Disable the test for WinXP. See http://crbug/294116. // Disable the test for WinXP. See http://crbug/294116.
#if defined(OS_WIN) #if defined(OS_WIN)
if (base::win::GetVersion() < base::win::VERSION_VISTA) { if (base::win::GetVersion() < base::win::VERSION_VISTA) {
......
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