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

Commit 77cec1c5 authored by nharold's avatar nharold Committed by android-build-merger
Browse files

Merge "Disable IccCardProxyTest.testAppReady" am: 0886e96a am: 9683f8e2

am: 067c968a

Change-Id: I17bb18676a018589d9a3d753aeec8c59cd530dee
parents be29747f 067c968a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ import static org.mockito.Mockito.when;

import android.os.Handler;
import android.os.HandlerThread;
import android.support.test.filters.FlakyTest;
import android.test.suitebuilder.annotation.SmallTest;

import com.android.internal.telephony.CommandsInterface;
@@ -34,6 +35,7 @@ import com.android.internal.telephony.uicc.IccCardStatus.CardState;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.Mock;

@@ -127,6 +129,8 @@ public class IccCardProxyTest extends TelephonyTest {
    }

    @Test
    @Ignore
    @FlakyTest
    @SmallTest
    public void testAppReady() {
        testPowerOn();