From ffa42713d1ca3f266c2d9291056ca9c2362f038c Mon Sep 17 00:00:00 2001 From: Beth Thibodeau Date: Thu, 6 Apr 2023 14:28:41 -0500 Subject: [PATCH] Ignore flaky test Fixes: 276920368 Test: atest MediaControlPanelTest Change-Id: Ia3a684fcc7b5b4969fa5f16d3392d1116ef2cd09 --- .../android/systemui/media/controls/ui/MediaControlPanelTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/MediaControlPanelTest.kt b/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/MediaControlPanelTest.kt index 543875dc31cf8..aace5661862b7 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/MediaControlPanelTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/MediaControlPanelTest.kt @@ -101,6 +101,7 @@ import dagger.Lazy import junit.framework.Assert.assertTrue 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 @@ -2199,6 +2200,7 @@ public class MediaControlPanelTest : SysuiTestCase() { } @Test + @Ignore("b/276920368") fun bindRecommendation_carouselNotFitThreeRecs() { useRealConstraintSets() setupUpdatedRecommendationViewHolder()