Merge "Re-enables ChooseLockTypeDialogFragmentTest for robolectric" into main

This commit is contained in:
Ang Li
2024-06-11 02:52:26 +00:00
committed by Android (Google) Code Review

View File

@@ -37,7 +37,6 @@ import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;
import com.android.settings.testutils.shadow.ShadowLockPatternUtils; import com.android.settings.testutils.shadow.ShadowLockPatternUtils;
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.robolectric.RobolectricTestRunner; import org.robolectric.RobolectricTestRunner;
@@ -47,7 +46,6 @@ import org.robolectric.shadows.androidx.fragment.FragmentController;
@RunWith(RobolectricTestRunner.class) @RunWith(RobolectricTestRunner.class)
@Config(shadows = {ShadowAlertDialogCompat.class, ShadowLockPatternUtils.class}) @Config(shadows = {ShadowAlertDialogCompat.class, ShadowLockPatternUtils.class})
@Ignore("b/342667939")
public class ChooseLockTypeDialogFragmentTest { public class ChooseLockTypeDialogFragmentTest {
private Context mContext; private Context mContext;