Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1482f14 authored by Chandru S's avatar Chandru S
Browse files

Disable the ScrimController test for now.

There are more changes and tweaks required to match the specs for the new shade/bouncer

Flag: com.android.systemui.bouncer_ui_revamp
Test: NA
Bug: 381263619
Change-Id: I0ea251c37d1c15bb23882bb1166577e8b55f94a1
parent 732153ff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ import com.android.internal.colorextraction.ColorExtractor.GradientColors;
import com.android.keyguard.BouncerPanelExpansionCalculator;
import com.android.keyguard.KeyguardUpdateMonitor;
import com.android.systemui.DejankUtils;
import com.android.systemui.Flags;
import com.android.systemui.SysuiTestCase;
import com.android.systemui.animation.ShadeInterpolation;
import com.android.systemui.bouncer.shared.constants.KeyguardBouncerConstants;
@@ -110,6 +111,9 @@ import java.util.Map;
@RunWith(AndroidJUnit4.class)
@TestableLooper.RunWithLooper(setAsMainLooper = true)
@SmallTest
// TODO(b/381263619) there are more changes and tweaks required to match the new bouncer/shade specs
// Disabling for now but it will be fixed before the flag is fully ramped up.
@DisableFlags(Flags.FLAG_BOUNCER_UI_REVAMP)
public class ScrimControllerTest extends SysuiTestCase {

    @Rule public Expect mExpect = Expect.create();