Merge "settings: fix roboletric test in MainClearTest" into main
This commit is contained in:
@@ -66,7 +66,6 @@ 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.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
@@ -263,7 +262,6 @@ 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