Ignore LinkifyUtilsTest to investigate on ClassNotFoundException

Bug: 340657656

Test: atest
Change-Id: I7837b5eead0e58f47719cd250b3270cd344c3e59
This commit is contained in:
Fan Wu
2024-05-15 03:58:23 +00:00
parent 59b7bef837
commit 4fc959d8c1

View File

@@ -25,10 +25,12 @@ import androidx.test.core.app.ApplicationProvider;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(AndroidJUnit4.class)
@Ignore("b/340657656")
public class LinkifyUtilsTest {
private static final String TEST_STRING = "to LINK_BEGINscanning settingsLINK_END.";
private static final String WRONG_STRING = "to scanning settingsLINK_END.";