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

Commit 0886e96a authored by nharold's avatar nharold Committed by Gerrit Code Review
Browse files

Merge "Disable IccCardProxyTest.testAppReady"

parents 772d7786 a986d707
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();