Merge "Ignore failing tests under com.android.settings.biometrics" into main

This commit is contained in:
Fan Wu
2023-11-28 01:34:27 +00:00
committed by Android (Google) Code Review
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(