From b23782141bee643779a5922c1f2d8e32b7f5d855 Mon Sep 17 00:00:00 2001 From: David Saff Date: Tue, 25 Oct 2022 16:16:20 +0000 Subject: Disable broken NotificationStackScrollLayoutTest on qt-dev Test: presubmit & abtd Bug: 255552856 Bug: 255368934 Change-Id: Ibc2edc99f99e02edc5dd75486dda64b945223569 --- .../statusbar/notification/stack/NotificationStackScrollLayoutTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutTest.java index c0fa09794d65..7f7e0e1cffac 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutTest.java @@ -83,6 +83,7 @@ import com.android.systemui.statusbar.policy.ConfigurationController; import org.junit.After; import org.junit.Assert; import org.junit.Before; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -97,6 +98,7 @@ import java.util.ArrayList; /** * Tests for {@link NotificationStackScrollLayout}. */ +@Ignore("b/255552856") @SmallTest @RunWith(AndroidTestingRunner.class) @TestableLooper.RunWithLooper -- cgit v1.2.3-59-g8ed1b