Ignore failing tests under com.android.settings.biometrics

Bug: 313342682

Test: atest
Change-Id: Id16d407983c0cc323418a8765cadae2be0fd453a
This commit is contained in:
FanWu
2023-11-27 11:40:45 +08:00
parent b76f32ef3e
commit 804dfb4fe1
2 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ import android.platform.test.flag.junit.DeviceFlagsValueProvider
import com.android.settings.flags.Flags
import com.google.common.truth.Truth.assertThat
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
@@ -73,6 +74,7 @@ class BiometricSettingsProviderTest {
provider.update(Uri.EMPTY, null, null, null)
}
@Ignore("b/313342682")
@Test
@RequiresFlagsEnabled(Flags.FLAG_BIOMETRIC_SETTINGS_PROVIDER)
fun getSuggestionState_shouldQueryFeatureProvider() {

View File

@@ -72,6 +72,7 @@ import com.android.settingslib.RestrictedSwitchPreference;
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;
@@ -201,6 +202,7 @@ public class FingerprintSettingsFragmentTest {
assertThat(mFingerprintAuthenticateSidecar.isCancelled()).isTrue();
}
@Ignore("b/313342682")
@Test
public void testGuestUserRequireScreenOnToAuth() {
Settings.Secure.putIntForUser(