From baa03325f9a39e2632a747502b584b9492ce0c07 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Wed, 25 Aug 2021 11:44:48 +0200 Subject: [PATCH] Fixed failing scrim test TH passed when the previous cl was submitted even though it shouldn't have. Test: atest SystemUITests Fixes: 197113783 Change-Id: Ib9216246b9eb05b664d4f88f8cf6d11cc58e32d6 --- .../systemui/statusbar/phone/ScrimControllerTest.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ScrimControllerTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ScrimControllerTest.java index 69e9d939ac336..cd7534a82c015 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ScrimControllerTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ScrimControllerTest.java @@ -750,12 +750,6 @@ public class ScrimControllerTest extends SysuiTestCase { finishAnimationsImmediately(); mScrimController.transitionTo(ScrimState.UNLOCKED); - // Immediately tinted black after the transition starts - assertScrimTinted(Map.of( - mScrimInFront, true, - mScrimBehind, true - )); - finishAnimationsImmediately(); // All scrims should be transparent at the end of fade transition.