| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| index 7ed70f7cf4bc690fd7ee01e4e34a258d858f5d19..7f2a87938d5e1913fd46442b79c1f5bb0ccc0c4f 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| @@ -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);
|
|
|