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

This commit is contained in:
David Saff
2022-10-26 20:40:59 +00:00
committed by Android (Google) Code Review

View File

@@ -83,6 +83,7 @@ import com.android.systemui.statusbar.policy.ConfigurationController;
import org.junit.After; import org.junit.After;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
@@ -97,6 +98,7 @@ import java.util.ArrayList;
/** /**
* Tests for {@link NotificationStackScrollLayout}. * Tests for {@link NotificationStackScrollLayout}.
*/ */
@Ignore("b/255552856")
@SmallTest @SmallTest
@RunWith(AndroidTestingRunner.class) @RunWith(AndroidTestingRunner.class)
@TestableLooper.RunWithLooper @TestableLooper.RunWithLooper