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
This commit is contained in:
Joe Bolinger
2022-02-28 23:26:30 -08:00
parent 4f75555ac1
commit 2effe9b44a
3 changed files with 5 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ import org.mockito.Mock;
import org.mockito.junit.MockitoJUnit;
import org.mockito.junit.MockitoRule;
@Ignore
@RunWith(AndroidTestingRunner.class)
@RunWithLooper
@SmallTest

View File

@@ -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

View File

@@ -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