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

Commit 61a906ea 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

am: 39db1912

Change-Id: I2f559f2d8707fd1374fc91c67c33757527ae284c
parents 47939285 39db1912
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();