Commit 94007abc authored by dtseng's avatar dtseng Committed by Commit bot

Disable chromevox_tests BackgroundTest.InitialFeedback

The test attempts to monitor speech immediately after startup. Disabling for now until we can figure out why it flakes on bots.

NOTRY=true
TBR=dtseng@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#315374}
parent 4e8f4c06
......@@ -90,8 +90,9 @@ TEST_F('BackgroundTest', 'DesktopFocus', function() {
});
});
// Flaky: http://crbug.com/451362
/** Tests feedback once a page loads. */
TEST_F('BackgroundTest', 'InitialFeedback', function() {
TEST_F('BackgroundTest', 'DISABLED_InitialFeedback', function() {
cvox.ChromeVox.tts.expectSpeech('start', function() {
global.backgroundObj.onGotCommand('nextLine');
}, true);
......
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