Commit e2bd21d8 authored by jam@chromium.org's avatar jam@chromium.org

Disable AccessibilityWinBrowserTest.ContainsRendererAccessibilityTree since it's flaking.

BUG=402190
TBR=dmazzoni@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#289573}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289573 0039d316-1c4b-4281-b951-d872f2087c98
parent b9d45bcd
...@@ -640,8 +640,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest, ...@@ -640,8 +640,9 @@ IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
// If you made a change and this test now fails, check that the NativeViewHost // If you made a change and this test now fails, check that the NativeViewHost
// that wraps the tab contents returns the IAccessible implementation // that wraps the tab contents returns the IAccessible implementation
// provided by RenderWidgetHostViewWin in GetNativeViewAccessible(). // provided by RenderWidgetHostViewWin in GetNativeViewAccessible().
// flaky: http://crbug.com/402190
IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest, IN_PROC_BROWSER_TEST_F(AccessibilityWinBrowserTest,
ContainsRendererAccessibilityTree) { DISABLED_ContainsRendererAccessibilityTree) {
LoadInitialAccessibilityTreeFromHtml( LoadInitialAccessibilityTreeFromHtml(
"<html><head><title>MyDocument</title></head>" "<html><head><title>MyDocument</title></head>"
"<body>Content</body></html>"); "<body>Content</body></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