Ignore LinkifyUtilsTest to investigate on ClassNotFoundException
Bug: 340657656 Test: atest Change-Id: I7837b5eead0e58f47719cd250b3270cd344c3e59
This commit is contained in:
@@ -25,10 +25,12 @@ import androidx.test.core.app.ApplicationProvider;
|
|||||||
import androidx.test.ext.junit.runners.AndroidJUnit4;
|
import androidx.test.ext.junit.runners.AndroidJUnit4;
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
|
||||||
@RunWith(AndroidJUnit4.class)
|
@RunWith(AndroidJUnit4.class)
|
||||||
|
@Ignore("b/340657656")
|
||||||
public class LinkifyUtilsTest {
|
public class LinkifyUtilsTest {
|
||||||
private static final String TEST_STRING = "to LINK_BEGINscanning settingsLINK_END.";
|
private static final String TEST_STRING = "to LINK_BEGINscanning settingsLINK_END.";
|
||||||
private static final String WRONG_STRING = "to scanning settingsLINK_END.";
|
private static final String WRONG_STRING = "to scanning settingsLINK_END.";
|
||||||
|
|||||||
Reference in New Issue
Block a user