Ignore failing tests under com.android.settings.biometrics
Bug: 313342682 Test: atest Change-Id: Id16d407983c0cc323418a8765cadae2be0fd453a
This commit is contained in:
@@ -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() {
|
||||
|
@@ -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(
|
||||
|
Reference in New Issue
Block a user