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

Commit 2effe9b4 authored by Joe Bolinger's avatar Joe Bolinger
Browse files

Temporarily disable some biometric prompt tests.

The removal cl (https://googleplex-android-review.git.corp.google.com/c/platform/frameworks/base/+/16980367/3) introduced an issue with the tests that causes an indirect failure for the systemui pre-submit tests, which does not repo locally. This should be reverted as soon as possible and is only temporarily ignored to enable dogfood builds.

Bug: 222119218
Test: presubmit

Change-Id: I41d64ffc528bccc98a2e5da7a98edf472539f3de
parent 4f75555a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ import org.mockito.Mock;
import org.mockito.junit.MockitoJUnit;
import org.mockito.junit.MockitoRule;

@Ignore
@RunWith(AndroidTestingRunner.class)
@RunWithLooper
@SmallTest
+2 −1
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ import com.android.systemui.R
import com.android.systemui.SysuiTestCase
import com.android.systemui.keyguard.WakefulnessLifecycle
import com.google.common.truth.Truth.assertThat
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
@@ -51,7 +52,7 @@ import org.mockito.Mockito.verify
import org.mockito.junit.MockitoJUnit
import org.mockito.Mockito.`when` as whenever


@Ignore
@RunWith(AndroidTestingRunner::class)
@RunWithLooper
@SmallTest
+2 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ import com.android.systemui.util.concurrency.Execution;
import com.android.systemui.util.concurrency.FakeExecution;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -99,6 +100,7 @@ import java.util.Random;

import javax.inject.Provider;

@Ignore
@RunWith(AndroidTestingRunner.class)
@RunWithLooper
@SmallTest