diff options
| author | 2022-10-26 21:43:43 +0000 | |
|---|---|---|
| committer | 2022-10-26 21:43:43 +0000 | |
| commit | 7bed0ed81238b272aa5ff1d6bf448cb916e82c2c (patch) | |
| tree | 19f460806fa76cdd9b55f1a9b821ddfeddc1898e | |
| parent | fecdde0e5700ea61785f4b9c5b98cd59fc33d081 (diff) | |
| parent | c5c6a916fe84d801bdd6206f04b70bece768175a (diff) | |
Merge "Disable broken NotificationStackScrollLayoutTest on qt-dev" into qt-dev am: b4ac90f433 am: c5c6a916fe
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20281824
Change-Id: I29a538c561610c9a4bd642fce18ab2688406e172
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
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 796793d216f7..5e7657a55dc4 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 @@ -97,6 +97,7 @@ import com.android.systemui.util.leak.LeakDetector; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -112,6 +113,7 @@ import java.util.List; /** * Tests for {@link NotificationStackScrollLayout}. */ +@Ignore("b/255552856") @SmallTest @RunWith(AndroidTestingRunner.class) @TestableLooper.RunWithLooper |