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

Commit 39db1912 authored by Julien Desprez's avatar Julien Desprez Committed by android-build-merger
Browse files

Merge "Move @Ignore from class level to method level" am: f2713dbe

am: 3355755d

Change-Id: I3bf5e064a6546b05eedc65e1717da80d2ae20c42
parents ea27e026 3355755d
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();