summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Aaron Liu <aaronjli@google.com> 2023-05-10 18:08:17 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-05-10 18:08:17 +0000
commit7b7f24a00b7b63f39d262402eb1f210aa4877d22 (patch)
tree489f8a76b3ad5014ad7a1e5758b7013d50f4ec96
parentba6f4d49eac550663c451587279fb62cb9f46e77 (diff)
parentc0842320c0a51293fc577cf1b22e9f3ed95741f1 (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.java2
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();