Ignore failing tests of com.android.settings.MainClearTest
Bug: 313566998 Test: atest Change-Id: I7e38c43b02a0823dfa13844a7f8bc6701f9471ba
This commit is contained in:
@@ -56,6 +56,7 @@ import com.android.settingslib.development.DevelopmentSettingsEnabler;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.ArgumentCaptor;
|
import org.mockito.ArgumentCaptor;
|
||||||
@@ -233,6 +234,7 @@ public class MainClearTest {
|
|||||||
assertThat(mMainClear.showWipeEuicc()).isTrue();
|
assertThat(mMainClear.showWipeEuicc()).isTrue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("b/313566998")
|
||||||
@Test
|
@Test
|
||||||
public void testShowWipeEuicc_developerMode_unprovisioned() {
|
public void testShowWipeEuicc_developerMode_unprovisioned() {
|
||||||
prepareEuiccState(
|
prepareEuiccState(
|
||||||
|
Reference in New Issue
Block a user