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

Commit fcd8fdf2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ignoring several biometric/password robotests" into main

parents 6d8b2930 344e96c7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ import com.android.settingslib.core.AbstractPreferenceController;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -407,6 +408,7 @@ public class CombinedBiometricProfileSettingsTest {
    }

    @Test
    @Ignore("b/295325503")
    public void testClickFaceUnlock_inMultiWindow_withoutEnrolledFp_showsDialog() {
        testClickFaceUnlock(true /* isInMultiWindow */, false /*hasEnrolledFace*/);
        verifyShowsDialogAfterClickingUnlock(mFragment.getFacePreferenceKey());
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ import com.google.android.setupdesign.GlifLayout;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -127,6 +128,7 @@ public class FaceEnrollEducationTest {
    }

    @Test
    @Ignore("b/295325503")
    public void testFaceEnrollEducation_hasHeader() {
        setupActivity();
        CharSequence headerText = getGlifLayout().getHeaderText();
+3 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ import com.google.android.setupdesign.view.BottomScrollView;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -282,6 +283,7 @@ public class FaceEnrollIntroductionTest {
    }

    @Test
    @Ignore("b/295325503")
    public void testOnCreateToGenerateChallenge() {
        setupActivityWithGenerateChallenge(
                new Intent().putExtra(ChooseLockSettingsHelper.EXTRA_KEY_GK_PW_HANDLE, 1L));
@@ -432,6 +434,7 @@ public class FaceEnrollIntroductionTest {
    }

    @Test
    @Ignore("b/295325503")
    public void testFaceEnrollIntroduction_onStartRegisteredPostureChangeCallback() {
        setupActivityForPosture();
        mSpyActivity.onStart();
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ import com.android.settings.testutils.shadow.ShadowUserManager;
import com.android.settingslib.widget.LayoutPreference;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -44,6 +45,7 @@ import org.robolectric.RuntimeEnvironment;
import org.robolectric.annotation.Config;
import org.robolectric.shadows.ShadowApplication;

@Ignore("b/295325503")
@RunWith(RobolectricTestRunner.class)
@Config(shadows = {ShadowUserManager.class})
public class FaceSettingsRemoveButtonPreferenceControllerTest {
+2 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ import com.airbnb.lottie.LottieTask;
import com.google.android.setupdesign.GlifLayout;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -85,6 +86,7 @@ import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.atomic.AtomicReference;

@Ignore("b/295325503")
@RunWith(RobolectricTestRunner.class)
@LooperMode(LooperMode.Mode.LEGACY)
public class FingerprintEnrollEnrollingTest {
Loading