Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3536)

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs

Issue 2897823002: Disable flaky test "EditingTest.RichTextMoveByLine" (Closed)
Patch Set: Comment Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {/*!
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698