From ab7392a1539409dce6691a5f26c872bf93b1edfe Mon Sep 17 00:00:00 2001 From: dtseng Date: Mon, 9 Feb 2015 13:05:33 -0800 Subject: [PATCH] Revert of Disable chromevox_tests BackgroundTest.InitialFeedback (patchset #2 id:20001 of https://codereview.chromium.org/908913002/) Reason for revert: Cl which caused this flake was reverted. Original issue's description: > 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 > > Committed: https://crrev.com/94007abc03dff9620d5fd64237b1fdb3c0c19957 > Cr-Commit-Position: refs/heads/master@{#315374} TBR= NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/895533003 Cr-Commit-Position: refs/heads/master@{#315392} --- .../chromeos/chromevox/cvox2/background/background_test.extjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 7f2a87938d5e..7ed70f7cf4bc 100644 --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs @@ -90,9 +90,8 @@ TEST_F('BackgroundTest', 'DesktopFocus', function() { }); }); -// Flaky: http://crbug.com/451362 /** Tests feedback once a page loads. */ -TEST_F('BackgroundTest', 'DISABLED_InitialFeedback', function() { +TEST_F('BackgroundTest', 'InitialFeedback', function() { cvox.ChromeVox.tts.expectSpeech('start', function() { global.backgroundObj.onGotCommand('nextLine'); }, true); -- 2.11.4.GIT