Commit ce4ba6af authored by Yi Gu's avatar Yi Gu Committed by Commit Bot

[VizHitTesting] Re-enable DragAndDropBrowserTest.DragStartInFrame on ChromeOS

The failure on ChromeOS started when VizHitTesting was turned on by
default and it should be fixed by crrev.com/c/1693442. Tested locally
and the test is no longer failing.

Bug: 997676
Change-Id: Ie4855e4ea0e3f10276671e9a9743b7c4ee4ae244
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1770039
Commit-Queue: Yi Gu <yigu@chromium.org>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#690366}
parent 73d73ea6
...@@ -789,8 +789,8 @@ IN_PROC_BROWSER_TEST_P(DragAndDropBrowserTest, MAYBE_DropTextFromOutside) { ...@@ -789,8 +789,8 @@ IN_PROC_BROWSER_TEST_P(DragAndDropBrowserTest, MAYBE_DropTextFromOutside) {
} }
} }
#if defined(OS_CHROMEOS) || !defined(NDEBUG) || defined(OS_WIN) #if !defined(NDEBUG) || defined(OS_WIN)
// Flaky: https://crbug.com/835774, https://crbug.com/988938 // Flaky: https://crbug.com/988938
#define MAYBE_DragStartInFrame DISABLED_DragStartInFrame #define MAYBE_DragStartInFrame DISABLED_DragStartInFrame
#else #else
#define MAYBE_DragStartInFrame DragStartInFrame #define MAYBE_DragStartInFrame DragStartInFrame
......
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