Merge "Ignore flaky test" into udc-dev

This commit is contained in:
Beth Thibodeau
2023-04-06 22:26:12 +00:00
committed by Android (Google) Code Review

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