| 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 0a5566eefe33d2155878d56de6685b4e8fdb2f8c..13e55e1fd460b0df767ce5626d35378255a60bbc 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| @@ -166,7 +166,8 @@ TEST_F('BackgroundTest', 'CaretNavigation', function() {
|
| }.bind(this));
|
| });
|
|
|
| -TEST_F('BackgroundTest', 'SelectSingleBasic', function() {
|
| +// Flaky: http://crbug.com/451362
|
| +TEST_F('BackgroundTest', 'DISABLED_SelectSingleBasic', function() {
|
| this.runWithDocument(this.formsDoc, function(tabId) {
|
| var sendDownToSelect =
|
| this.sendKeyToElement.bind(this, tabId, 'Down', '#fruitSelect');
|
|
|