Merge "Disable tests failing with ICU62"

This commit is contained in:
Treehugger Robot
2018-09-04 09:21:26 +00:00
committed by Gerrit Code Review

View File

@@ -20,6 +20,7 @@ import android.platform.test.annotations.Presubmit;
import android.support.test.InstrumentationRegistry;
import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;
import android.test.suitebuilder.annotation.Suppress;
import android.text.InputType;
import android.util.KeyUtils;
import android.view.KeyEvent;
@@ -238,6 +239,7 @@ public class ForwardDeleteTest {
}
@Test
@Suppress
public void testEmojiModifier() {
EditorState state = new EditorState();
@@ -267,6 +269,7 @@ public class ForwardDeleteTest {
}
@Test
@Suppress
public void testMixedEdgeCases() {
EditorState state = new EditorState();