Commit 35a95ad0 authored by johnme's avatar johnme Committed by Commit bot

Mark 4 DumpAccessibilityTreeTest tests flaky

The following tests are flaky on all platforms:
- DumpAccessibilityTreeTest.AccessibilityIframeTransform
- DumpAccessibilityTreeTest.AccessibilityIframeCoordinates
- DumpAccessibilityTreeTest.AccessibilityIframeCoordinatesCrossProcess
- DumpAccessibilityTreeTest.AccessibilityIframeTransformCrossProcess

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=content_browsertests&tests=DumpAccessibilityTreeTest.AccessibilityIframe

NOTREECHECKS=true
NOTRY=true
BUG=622387
TBR=dmazzoni@chromium.org

Review-Url: https://codereview.chromium.org/2282903002
Cr-Commit-Position: refs/heads/master@{#414737}
parent d8f7274a
...@@ -886,13 +886,15 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, ...@@ -886,13 +886,15 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
RunHtmlTest(FILE_PATH_LITERAL("iframe-cross-process.html")); RunHtmlTest(FILE_PATH_LITERAL("iframe-cross-process.html"));
} }
// Flaky on all platforms: https://crbug.com/622387
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"));
} }
// Flaky on all platforms: https://crbug.com/622387
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
AccessibilityIframeCoordinatesCrossProcess) { DISABLED_AccessibilityIframeCoordinatesCrossProcess) {
RunHtmlTest(FILE_PATH_LITERAL("iframe-coordinates-cross-process.html")); RunHtmlTest(FILE_PATH_LITERAL("iframe-coordinates-cross-process.html"));
} }
...@@ -907,13 +909,15 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, ...@@ -907,13 +909,15 @@ IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
RunHtmlTest(FILE_PATH_LITERAL("iframe-presentational.html")); RunHtmlTest(FILE_PATH_LITERAL("iframe-presentational.html"));
} }
// Flaky on all platforms: https://crbug.com/622387
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
AccessibilityIframeTransform) { DISABLED_AccessibilityIframeTransform) {
RunHtmlTest(FILE_PATH_LITERAL("iframe-transform.html")); RunHtmlTest(FILE_PATH_LITERAL("iframe-transform.html"));
} }
// Flaky on all platforms: https://crbug.com/622387
IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest, IN_PROC_BROWSER_TEST_F(DumpAccessibilityTreeTest,
AccessibilityIframeTransformCrossProcess) { DISABLED_AccessibilityIframeTransformCrossProcess) {
RunHtmlTest(FILE_PATH_LITERAL("iframe-transform-cross-process.html")); RunHtmlTest(FILE_PATH_LITERAL("iframe-transform-cross-process.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