Re-enables ChooseLockTypeDialogFragmentTest for robolectric
Bug: 342667939 Test: atest SettingsRoboTests and ABTD (https://android-build.corp.google.com/builds/abtd/run/L66300030004349936) Change-Id: I50196830b25cc498cc6601daa2e8fcb99452093e
This commit is contained in:
@@ -37,7 +37,6 @@ import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
|
||||
import com.android.settings.testutils.shadow.ShadowLockPatternUtils;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.robolectric.RobolectricTestRunner;
|
||||
@@ -47,7 +46,6 @@ import org.robolectric.shadows.androidx.fragment.FragmentController;
|
||||
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
@Config(shadows = {ShadowAlertDialogCompat.class, ShadowLockPatternUtils.class})
|
||||
@Ignore("b/342667939")
|
||||
public class ChooseLockTypeDialogFragmentTest {
|
||||
|
||||
private Context mContext;
|
||||
|
Reference in New Issue
Block a user