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

Commit d8771ee6 authored by David Saff's avatar David Saff Committed by Automerger Merge Worker
Browse files

Merge "Disable broken NotificationStackScrollLayoutTest on qt-dev" into qt-dev...

Merge "Disable broken NotificationStackScrollLayoutTest on qt-dev" into qt-dev am: b4ac90f4 am: c5c6a916 am: 7bed0ed8 am: 1eb5f3a9 am: 7185d7f1 am: efb9b0bf am: 1621b11c am: f05281c8 am: 35e44874 am: 2d31fcf3

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



Change-Id: Ibd8a705fddff1a3b1810108a3263024fc62822d3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents fc1b9786 2d31fcf3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController

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;
@@ -89,6 +90,7 @@ import org.mockito.junit.MockitoRule;
/**
 * Tests for {@link NotificationStackScrollLayout}.
 */
@Ignore("b/255552856")
@SmallTest
@RunWith(AndroidTestingRunner.class)
@TestableLooper.RunWithLooper