Ignore flaky test

Fixes: 276920368
Test: atest MediaControlPanelTest
Change-Id: Ia3a684fcc7b5b4969fa5f16d3392d1116ef2cd09
This commit is contained in:
Beth Thibodeau
2023-04-06 14:28:41 -05:00
parent 7bcd1038f6
commit ffa42713d1

View File

@@ -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()