Merge "Disable broken NotificationStackScrollLayoutTest on qt-dev" into qt-dev am: b4ac90f433 am: c5c6a916fe am: 7bed0ed812

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20281824

Change-Id: Ib34f38f4fb6b7838ffb6a1c9157be6b81b0e40e0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
David Saff
2022-10-26 22:35:15 +00:00
committed by Automerger Merge Worker

View File

@@ -98,6 +98,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;
@@ -113,6 +114,7 @@ import java.util.List;
/**
* Tests for {@link NotificationStackScrollLayout}.
*/
@Ignore("b/255552856")
@SmallTest
@RunWith(AndroidTestingRunner.class)
@TestableLooper.RunWithLooper