Commit 0a8abb25 authored by jonross's avatar jonross Committed by Commit Bot

Disable CrossSiteSubframe/DragAndDropBrowserTest.DropValidUrlFromOutside/0 on Linux

CrossSiteSubframe/DragAndDropBrowserTest.DropValidUrlFromOutside/0 has begun
flaking on Linux with SkiaRenderer becoming enabled by default. This test has
previously flaked on Windows.

I'm disabling it until the root cause of the flaking can be fixed

TBR=lukasza@chromium.org
TEST=CrossSiteSubframe/DragAndDropBrowserTest.DropValidUrlFromOutside/0

Bug: 1008567
Change-Id: I3d18c0b8a2f2fddfe6e383175f53638c78cf985a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828119Reviewed-by: default avatarJonathan Ross <jonross@chromium.org>
Commit-Queue: Jonathan Ross <jonross@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700474}
parent ea1f7c75
...@@ -808,8 +808,9 @@ IN_PROC_BROWSER_TEST_P(DragAndDropBrowserTest, MAYBE_DropTextFromOutside) { ...@@ -808,8 +808,9 @@ IN_PROC_BROWSER_TEST_P(DragAndDropBrowserTest, MAYBE_DropTextFromOutside) {
} }
} }
#if defined(OS_WIN) #if defined(OS_WIN) || defined(OS_LINUX)
// Flaky: https://crbug.com/988938 // Windows flakes: https://crbug.com/988938
// Linux flakes with SkiaRenderer: https://crbug.com/1008567
#define MAYBE_DropValidUrlFromOutside DISABLED_DropValidUrlFromOutside #define MAYBE_DropValidUrlFromOutside DISABLED_DropValidUrlFromOutside
#else #else
#define MAYBE_DropValidUrlFromOutside DropValidUrlFromOutside #define MAYBE_DropValidUrlFromOutside DropValidUrlFromOutside
......
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