| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs
|
| index c1ecc2b8392d7d1fc2bbaac7fcd283a5d607b736..44188d002a8e5de3a6eb604343e405d2d60a2232 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs
|
| @@ -212,7 +212,8 @@ TEST_F('EditingTest', 'SingleCharacterLine', function() {
|
| ]);
|
| });
|
|
|
| -TEST_F('EditingTest', 'RichTextMoveByLine', function() {
|
| +// Fails flakily, see https://crbug.com/724847.
|
| +TEST_F('EditingTest', 'DISABLED_RichTextMoveByLine', function() {
|
| editing.useRichText = true;
|
| var mockFeedback = this.createMockFeedback();
|
| this.runWithLoadedTree(function() {/*!
|
|
|