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

Commit 067c968a authored by nharold's avatar nharold Committed by android-build-merger
Browse files

Merge "Disable IccCardProxyTest.testAppReady" am: 0886e96a

am: 9683f8e2

Change-Id: I138cf2048cce1aec3b49b3308fffdc6217fd9580
parents 5f371e76 9683f8e2
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();