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

Commit 3e24b134 authored by Ang Li's avatar Ang Li
Browse files

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
parent 99ef6d25
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;