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

Commit b2db4c4a authored by Julien Desprez's avatar Julien Desprez Committed by Ian Kasprzak
Browse files

Move @Ignore from class level to method level

AJUR has issue with class level and reports null method
instead. Move to method level to avoid the issue.

Test: Forrest
https://android-build.googleplex.com/builds/forrest/run/L76000000262462587

Bug: 124120159
Change-Id: Ib25ec175a54ec396d17195b18078dd13b706a71e
parent 2cd19833
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ import java.util.List;
/**
 * Unit tests for the {@link ImsExternalCallTracker}.
 */
@Ignore
public class ImsExternalCallTrackerTest {
    private static final Uri TEST_ADDRESS = Uri.parse("tel:6505551212");
    private static final int CALL_ID = 1;
@@ -64,6 +63,7 @@ public class ImsExternalCallTrackerTest {

    @FlakyTest
    @Test
    @Ignore
    public void testAddExternalCall() {
        List<ImsExternalCallState> dep = new ArrayList<>();
        dep.add(
@@ -87,6 +87,7 @@ public class ImsExternalCallTrackerTest {

    @FlakyTest
    @Test
    @Ignore
    public void testRemoveExternalCall() {
        testAddExternalCall();