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

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java

Issue 2898213002: Disable two failing Android IME tests. (Closed)
Patch Set: 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: content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java b/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
index 318f220c133aac57117d6a6ca9174b74bfa60a86..8799488ef919ef14745830f97b8bad0c35639fcb 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
@@ -819,6 +819,7 @@ public class ImeTest {
@Test
@SmallTest
+ @DisabledTest(message = "crbug.com/725532")
@Feature({"TextInput", "Main"})
public void testFinishComposingText() throws Throwable {
mRule.focusElementAndWaitForStateUpdate("textarea");
@@ -1155,6 +1156,7 @@ public class ImeTest {
@Test
@SmallTest
+ @DisabledTest(message = "crbug.com/725532")
@Feature({"TextInput", "Main"})
public void testNavigateTextWithDpadKeyCodes() throws Throwable {
mRule.focusElementAndWaitForStateUpdate("textarea");
« 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