Commit ea955d60 authored by John Abd-El-Malek's avatar John Abd-El-Malek

Disable TestAsNormalAndGuestUser/SpokenFeedbackTest.ChromeVoxStickyMode as it's flaky.

BUG=418572
TBR=dmazzoni@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#297171}
parent 2f3af55b
...@@ -357,7 +357,8 @@ IN_PROC_BROWSER_TEST_P(SpokenFeedbackTest, ChromeVoxNavigateAndSelect) { ...@@ -357,7 +357,8 @@ IN_PROC_BROWSER_TEST_P(SpokenFeedbackTest, ChromeVoxNavigateAndSelect) {
EXPECT_EQ("Title", speech_monitor_.GetNextUtterance()); EXPECT_EQ("Title", speech_monitor_.GetNextUtterance());
} }
IN_PROC_BROWSER_TEST_P(SpokenFeedbackTest, ChromeVoxStickyMode) { // flaky: http://crbug.com/418572
IN_PROC_BROWSER_TEST_P(SpokenFeedbackTest, DISABLED_ChromeVoxStickyMode) {
LoadChromeVoxAndThenNavigateToURL( LoadChromeVoxAndThenNavigateToURL(
GURL("data:text/html;charset=utf-8," GURL("data:text/html;charset=utf-8,"
"<label>Enter your name <input autofocus></label>" "<label>Enter your name <input autofocus></label>"
......
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