DO NOT MERGE Ignore test that is failing on tm-qpr-dev

Ignore this particular test that is on the tm-qpr-dev branch. This
passes in udc-dev and below, but cannot be cleanly fixed in tm-qpr-dev
without infrastructure changes (there is an issue with the teardown and
the orientation).

Fixes: 280524053
Test: Run test suite locally
Change-Id: I7e0a3fc80a231102b3c5d15a403317f57dfc93cc
This commit is contained in:
Aaron Liu
2023-05-09 13:39:25 -07:00
parent 52521e07bf
commit c0842320c0

View File

@@ -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();