Commit a8f666e6 authored by tapted's avatar tapted Committed by Commit bot

Disable flaky DumpAccessibilityTreeTest.AccessibilityIframeCoordinates

Fails on content_browsertests about once every 4 cycles. See bug.

BUG=224659
TBR=dmazzoni@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#315252}
parent 68673f77
...@@ -745,8 +745,9 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityIframe) { ...@@ -745,8 +745,9 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, AccessibilityIframe) {
RunHtmlTest(FILE_PATH_LITERAL("iframe.html")); RunHtmlTest(FILE_PATH_LITERAL("iframe.html"));
} }
// Flaky. See http://crbug.com/224659.
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
AccessibilityIframeCoordinates) { DISABLED_AccessibilityIframeCoordinates) {
RunHtmlTest(FILE_PATH_LITERAL("iframe-coordinates.html")); RunHtmlTest(FILE_PATH_LITERAL("iframe-coordinates.html"));
} }
......
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