| 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 263d73d69e84b2ead272714e40c15ed0f2fe8f73..c591ce8d81991ce6e7093ea743278908037e9581 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| @@ -354,7 +354,8 @@ TEST_F('BackgroundTest', 'FocusInputElement', function() {
|
| }.bind(this));
|
| });
|
|
|
| -TEST_F('BackgroundTest', 'UseEditableState', function() {
|
| +// Flaky, see http://crbug.com/643902.
|
| +TEST_F('BackgroundTest', 'DISABLED_UseEditableState', function() {
|
| this.runWithLoadedTree(
|
| function() {/*!
|
| <input type="text"></input>
|
|
|