diff --git a/tests/robotests/src/com/android/settings/security/screenlock/PinPrivacyPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/security/screenlock/PinPrivacyPreferenceControllerTest.java index 171fb44786d..4ee3b55185e 100644 --- a/tests/robotests/src/com/android/settings/security/screenlock/PinPrivacyPreferenceControllerTest.java +++ b/tests/robotests/src/com/android/settings/security/screenlock/PinPrivacyPreferenceControllerTest.java @@ -32,6 +32,7 @@ import androidx.preference.SwitchPreference; import com.android.internal.widget.LockPatternUtils; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; @@ -66,6 +67,7 @@ public class PinPrivacyPreferenceControllerTest { assertThat(mController.isAvailable()).isTrue(); } + @Ignore("b/313612259") @Test public void isAvailable_lockSetToPinOrPw_shouldReturnTrue() { when(mLockPatternUtils.getCredentialTypeForUser(TEST_USER_ID)).thenReturn(