| 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 69e1b1ab1a5d0c2edd0f7a8487e7b65c58124582..efba4801614a8138209570abd98fbcd38822917a 100644 | 
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs | 
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs | 
| @@ -1176,7 +1176,8 @@ TEST_F('BackgroundTest', 'HeadingLevels', function() { | 
| }); | 
| }); | 
|  | 
| -TEST_F('BackgroundTest', 'EditableNavigation', function() { | 
| +// Flaky, see crbug.com/693928. | 
| +TEST_F('BackgroundTest', 'DISABLED_EditableNavigation', function() { | 
| var mockFeedback = this.createMockFeedback(); | 
| this.runWithLoadedTree(function(root) {/*! | 
| <div contenteditable>this is a test</div> | 
|  |