Ignore flaky test

Bug: 233283726
Test: atest, verified ignored
Change-Id: I82162880c0c63cee02ddb45dcde49f601adf65a1
This commit is contained in:
Beth Thibodeau
2022-05-19 20:15:21 -05:00
parent 23ed66f130
commit 96909e2f3e

View File

@@ -38,6 +38,7 @@ import com.android.systemui.util.time.FakeSystemClock
import com.google.common.truth.Truth.assertThat
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
@@ -574,6 +575,7 @@ class MediaDataManagerTest : SysuiTestCase() {
.onSmartspaceMediaDataLoaded(anyObject(), anyObject(), anyBoolean())
}
@Ignore("b/233283726")
@Test
fun testOnSmartspaceMediaDataLoaded_hasNoneMediaTarget_callsRemoveListener() {
smartspaceMediaDataProvider.onTargetsAvailable(listOf(mediaSmartspaceTarget))