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

Commit 4fc959d8 authored by Fan Wu's avatar Fan Wu
Browse files

Ignore LinkifyUtilsTest to investigate on ClassNotFoundException

Bug: 340657656

Test: atest
Change-Id: I7837b5eead0e58f47719cd250b3270cd344c3e59
parent 59b7bef8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.";