diff options
| author | 2023-05-10 18:08:17 +0000 | |
|---|---|---|
| committer | 2023-05-10 18:08:17 +0000 | |
| commit | 7b7f24a00b7b63f39d262402eb1f210aa4877d22 (patch) | |
| tree | 489f8a76b3ad5014ad7a1e5758b7013d50f4ec96 | |
| parent | ba6f4d49eac550663c451587279fb62cb9f46e77 (diff) | |
| parent | c0842320c0a51293fc577cf1b22e9f3ed95741f1 (diff) | |
Merge "DO NOT MERGE Ignore test that is failing on tm-qpr-dev" into tm-qpr-dev
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/keyguard/KeyguardSecurityContainerControllerTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/keyguard/KeyguardSecurityContainerControllerTest.java b/packages/SystemUI/tests/src/com/android/keyguard/KeyguardSecurityContainerControllerTest.java index d49275862757..c1eaad0e40c7 100644 --- a/packages/SystemUI/tests/src/com/android/keyguard/KeyguardSecurityContainerControllerTest.java +++ b/packages/SystemUI/tests/src/com/android/keyguard/KeyguardSecurityContainerControllerTest.java @@ -76,6 +76,7 @@ import com.android.systemui.statusbar.policy.UserSwitcherController; import com.android.systemui.util.settings.GlobalSettings; import org.junit.Before; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -253,6 +254,7 @@ public class KeyguardSecurityContainerControllerTest extends SysuiTestCase { } @Test + @Ignore public void onResourcesUpdate_callsThroughOnRotationChange() { // Rotation is the same, shouldn't cause an update mKeyguardSecurityContainerController.updateResources(); |