Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37ce4f66 authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

Merge "Ignore test broken by changes to AsYouTypeFormatter" am: 97d05f30 am: 00aa7f46

am: 47540cd6

Change-Id: I2ad46363f5a091a5b0ab559500c2c3d3d52856ec
parents d3527cb8 47540cd6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ import android.text.Selection;
import android.text.SpannableStringBuilder;
import android.text.TextWatcher;

import org.junit.Ignore;
import org.junit.Test;

public class PhoneNumberWatcherTest {
@@ -267,6 +268,7 @@ public class PhoneNumberWatcherTest {
     * case the replacement text should be formatted by the PhoneNumberFormattingTextWatcher.
     */
    @Test @SmallTest
    @Ignore("b/122886015")
    public void testAutoCompleteUnformattedWithUnformattedNumber() {
        String init = "650";
        String replacement = "6501234567";